@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 40px;
  --g-padding-m: 120px;
  --g-padding-l: 152px;
  --g-color-base: #ECECEC;
  --g-color-bg: #F4F5F7;
  --g-color-red: #EF626B;
  --g-color-orange: #E27A1E;
  --g-color-black: #3B353C;
  --g-color-blue: #183e82;
  --g-color-white: #fff;
  --g-color-border: #707070;
}
@media screen and (max-width: 1500px) {
  :root {
    --g-padding-s: 40rem;
    --g-padding-m: 120rem;
    --g-padding-l: 152rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2325581395vw;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: clip;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
}

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
a,
p,
span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

section {
  position: relative;
}

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

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

.l-container {
  max-width: 100%;
  width: 100%;
  padding: 0 160px;
}
@media screen and (max-width: 1500px) {
  .l-container {
    padding: 0 160rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0;
    margin: auto;
    max-width: 395rem;
  }
}

.container {
  max-width: 1328px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1328rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 390rem;
  }
}

.s-container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .s-container {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 690rem;
  }
}

.sec-ttl {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-ttl {
    padding-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    padding-top: 35rem;
  }
}
.sec-ttl::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00238a, #3ebbd8);
}
@media screen and (max-width: 1500px) {
  .sec-ttl::after {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl::after {
    width: 100rem;
    height: 4rem;
  }
}
.sec-ttl p span {
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  color: var(--g-color-blue);
  display: inline-block;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .sec-ttl p span {
    font-size: 14rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-ttl p span {
    font-size: 18rem;
    margin-bottom: 25rem;
  }
}
.sec-ttl h2 {
  color: var(--g-color-black);
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-ttl h2 {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 52rem;
  }
}
.sec-ttl._white::after {
  background: var(--g-color-white);
}
.sec-ttl._white p span {
  color: var(--g-color-white);
}
.sec-ttl._white h2 {
  color: var(--g-color-white);
}

.a-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  color: var(--g-color-bg);
  line-height: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  background: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  width: 290px;
}
@media screen and (max-width: 1500px) {
  .a-btn a {
    padding: 16rem 40rem;
    font-size: 16rem;
    width: 100%;
  }
}
.a-btn a svg {
  height: 24px;
  width: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1500px) {
  .a-btn a svg {
    height: 24rem;
    margin-right: 8rem;
  }
}
.a-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.a-btn a:hover {
  background: var(--g-color-bg);
  color: var(--g-color-red);
}
.a-btn a:hover svg path {
  fill: var(--g-color-red);
}
.a-btn._white a {
  background: var(--g-color-bg);
  color: var(--g-color-red);
}
.a-btn._white a svg path {
  fill: var(--g-color-red);
}
.a-btn._white a:hover {
  background: var(--g-color-red);
  color: var(--g-color-bg);
}
.a-btn._white a:hover svg path {
  fill: var(--g-color-bg);
}
.a-btn._more-btn a svg {
  margin-left: 8px;
}
@media screen and (max-width: 1500px) {
  .a-btn._more-btn a svg {
    margin-left: 8rem;
  }
}
.a-btn._more-btn a:hover svg path {
  fill: unset;
  stroke: var(--g-color-red);
}

.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 40s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-img {
  width: 520px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-img {
    width: 520rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    width: 417rem;
    height: 320rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-auto-loop-txt {
  font-size: 159px;
  letter-spacing: 0.1em;
  color: #f3f6fa;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-wrap: nowrap;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-txt {
    font-size: 159rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 140rem;
  }
}

.lower-fv {
  height: 700px;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .lower-fv {
    height: 700rem;
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    height: 400rem;
    padding-top: 70rem;
  }
}
.lower-fv.fv-piano {
  background: url(../img/fv-piano.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-guitar {
  background: url(../img/fv-guitar.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-vocal {
  background: url(../img/fv-vocal.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-flute {
  background: url(../img/fv-flute.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-violin {
  background: url(../img/fv-violin.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-blog {
  background: url(../img/fv-blog.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-other {
  background: url(../img/fv-other.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-privacy {
  background: url(../img/fv-privacy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv.fv-method {
  background: url(../img/fv-method.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-fv h2 {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  .lower-fv h2 {
    font-size: 48rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv h2 {
    font-size: 38rem;
    margin-bottom: 26rem;
  }
}
.lower-fv h2 span {
  display: block;
  animation: slideUp;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
  animation-duration: 1.4s;
  opacity: 0;
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, calc(100% + 0.25em), 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lower-fv-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-fv-link ul li {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 0 4px;
}
@media screen and (max-width: 1500px) {
  .lower-fv-link ul li {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-link ul li {
    font-size: 14rem;
  }
}
.lower-fv-link ul li svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .lower-fv-link ul li svg {
    width: 16rem;
    height: 16rem;
  }
}
.lower-fv-link ul li a {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower-fv-link ul li a {
    font-size: 14rem;
  }
}

.wpcf7-form-control-wrap > span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-form-privacy {
  margin-bottom: 0 !important;
}

.wpcf7 input[type=checkbox] {
  accent-color: #EF626B; /* 好きな色に変更 */
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

._bold {
  font-weight: 700;
}

.en-font {
  font-family: "Lato", sans-serif;
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, #FEA4A4, #FAD0C4);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-bg);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  background: #f4f5f7;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header.loaded {
  transform: translateY(0);
}
.header-container {
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header-container {
    padding: 32rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    max-width: 100%;
    padding: 16rem;
  }
}
.header-logo h1 {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--g-color-black);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .header-logo h1 {
    font-size: 18rem;
  }
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
  gap: 25px;
}
@media screen and (max-width: 1500px) {
  .header-links {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-links {
    position: fixed;
    top: 100%;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: rgba(244, 245, 247, 0.95);
    overflow-y: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 16px;
    transition: left 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header-links.open-menu {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header-links ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .header-links ul {
    flex-direction: column;
  }
}
.header-links ul li {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--g-color-black);
  line-height: 1;
  margin-right: 28px;
}
@media screen and (max-width: 1500px) {
  .header-links ul li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-links ul li {
    margin: 10rem 0;
    font-size: 19rem;
  }
}
.header-links ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .header-links ul li a {
    font-size: 19rem;
  }
}
.header-btns {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
}
@media screen and (max-width: 1500px) {
  .header-btns {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-btns {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.header-btns > .header-btn > a {
  width: 100%;
  padding: 16px 32px;
}
@media screen and (max-width: 1500px) {
  .header-btns > .header-btn > a {
    padding: 16rem 32rem;
  }
}
.header-btns > .header-btn > a > span .mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-btns > .header-btn > a > span {
    text-align: center;
    line-height: 180%;
  }
  .header-btns > .header-btn > a > span .mobile-br {
    display: block;
  }
}
.header-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-btn {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 10000;
  }
}
.header-sp-btn button {
  background: none;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
}
.header-sp-btn button span {
  border-radius: 500px;
  width: 100%;
  height: 2px;
  background: #3B353C;
  transition: transform 0.3s, opacity 0.3s;
}
.header-sp-btn button span:nth-child(1) {
  transform-origin: top left;
}
.header-sp-btn button span:nth-child(3) {
  transform-origin: bottom left;
}
.header-sp-btn button.active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.header-sp-btn button.active span:nth-child(2) {
  opacity: 0;
}
.header-sp-btn button.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 799;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

/* 追加style */
@media (min-width: 769px) {
  .header-links {
    gap: 25px;
  }
  .header-links ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 25px;
  }
  .header-links ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--g-color-black);
    margin-right: 0;
    cursor: pointer;
  }
  .header-links ul li a {
    font-size: 16px;
    text-decoration: none;
    color: var(--g-color-black);
  }
  .header-links ul li.header-link-drop {
    position: relative;
  }
  .header-links ul li.header-link-drop ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    background: rgba(244, 245, 247, 0.95);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
  }
  .header-links ul li.header-link-drop ul li {
    padding: 10px 20px;
    white-space: nowrap;
  }
  .header-links ul li.header-link-drop ul li a {
    display: block;
    font-size: 16px;
  }
  .header-links ul li.header-link-drop ul li:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .header-links ul li.header-link-drop:hover ul {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .header-links {
    gap: 25rem;
  }
  .header-links ul {
    gap: 25rem;
  }
  .header-links ul li {
    font-size: 16rem;
  }
  .header-links ul li a {
    font-size: 16rem;
  }
  .header-links ul li.header-link-drop ul {
    padding: 10rem 0;
  }
  .header-links ul li.header-link-drop ul li {
    padding: 10rem 20rem;
  }
  .header-links ul li.header-link-drop ul li a {
    font-size: 16rem;
  }
}
.footer-container {
  background: #3B353C;
  padding: 64px 160px;
}
@media screen and (max-width: 1500px) {
  .footer-container {
    padding: 64rem 160rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding: 64rem 16rem;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .footer-main {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
  }
}
.footer-main__elem h2 {
  color: var(--g-color-bg);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem h2 {
    font-size: 19rem;
    margin-bottom: 64rem;
  }
}
.footer-main__elem-detail ul li {
  display: flex;
  align-items: start;
  justify-content: left;
}
.footer-main__elem-detail ul li svg {
  margin-top: 3px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li svg {
    margin-top: 3rem;
    margin-right: 8rem;
    width: 20rem;
    height: 20rem;
  }
}
.footer-main__elem-detail ul li p {
  color: var(--g-color-bg);
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li p {
    font-size: 19rem;
  }
}
.footer-main__elem-detail ul li:first-child svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li:first-child svg {
    width: 24rem;
    height: 24rem;
  }
}
.footer-main__elem-detail ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.footer-main__elem-link ul li {
  color: var(--g-color-bg);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link ul li {
    font-size: 16rem;
  }
}
.footer-main__elem-link ul li a {
  color: var(--g-color-bg);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link ul li a {
    font-size: 16rem;
  }
}
.footer-main__elem-link ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  background: var(--g-color-bg);
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in-out;
}
.footer-main__elem-link ul li a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.footer-main__elem-link > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.footer-main__elem-link > ul > li ul {
  padding-top: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li ul {
    padding-top: 8rem;
    padding-left: 8rem;
  }
}
.footer-main__elem-link > ul > li ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem-btn {
    text-align: center;
  }
}
.footer-main__elem-btn:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-btn:first-child {
    margin-bottom: 24rem;
  }
}
.footer-main__elem-btn:first-child a:hover {
  color: var(--g-color-black);
}
.footer-main__elem-btn:first-child a:hover svg path {
  fill: var(--g-color-black);
}
.footer-main__elem-btn:last-child a {
  color: var(--g-color-black);
}
.footer-main__elem-btn:last-child a:hover {
  color: var(--g-color-bg);
}
.footer-main__elem-btn a {
  border: unset;
  width: 288px;
  height: 55px;
  padding: unset;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-btn a {
    height: 55rem;
    width: 288rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem-btn a {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
.footer-bottom p {
  text-align: center;
  color: var(--g-color-bg);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.sec-fv {
  background: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.sec-fv-slide {
  max-width: 1100px;
  -webkit-mask-image: url(../img/fv-mask.webp);
          mask-image: url(../img/fv-mask.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 5;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-fv-slide {
    -webkit-mask-image: url(../img/fv-mask-sp.webp);
            mask-image: url(../img/fv-mask-sp.webp);
    width: 106.6666666667vw;
    left: -21%;
    top: 8%;
  }
}
.sec-fv-slide__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 12s;
}
.sec-fv-slide__elem.swiper-slide-active img {
  transform: scale(1.1);
}
.sec-fv-swiper {
  height: 100%;
}
.sec-fv-deco-circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sec-fv-deco-circle img {
  max-width: 850px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-fv-deco-circle img {
    max-width: 850px;
  }
}
.sec-fv-deco {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
}
.sec-fv-deco img {
  max-width: 870px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-fv-deco img {
    max-width: 870px;
  }
}
.sec-fv-txt {
  position: absolute;
  z-index: 6;
  right: 144px;
  bottom: 7%;
  padding: 0 0 0 20rem;
}
@media screen and (max-width: 768px) {
  .sec-fv-txt {
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3%;
    width: 90%;
  }
}
.sec-fv-txt h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 5vw, 48px);
  line-height: 1;
  overflow: hidden;
  color: var(--g-color-black);
  margin-bottom: 32px;
  text-shadow: 2px 2px 0 var(--g-color-bg), 2px -2px 0 var(--g-color-bg), -2px -2px 0 var(--g-color-bg), -2px 2px 0 var(--g-color-bg);
}
@media screen and (max-width: 768px) {
  .sec-fv-txt h2 {
    line-height: 1.5;
    font-size: clamp(35px, 5vw, 40px);
    margin-bottom: 32px;
  }
}

.sec-about {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .sec-about {
    padding: 120rem 0;
  }
}
.sec-about .l-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-about .l-container {
    display: block;
  }
}
.sec-about-img__wrap {
  max-width: 680px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1500px) {
  .sec-about-img__wrap {
    height: 500rem;
    max-width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-img__wrap {
    max-width: 100%;
    height: 288rem;
    margin-bottom: 40rem;
  }
}
.sec-about-img {
  -webkit-mask-image: url(../img/about-mask.webp);
          mask-image: url(../img/about-mask.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  height: 100%;
}
.sec-about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about-content {
  max-width: 100%;
  width: 100%;
  padding-left: 56px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content {
    padding-left: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content {
    padding-left: 0;
  }
}
.sec-about-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  .sec-about-ttl {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl {
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 40rem;
  }
}
.sec-about-ttl p {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sec-about-ttl p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl p {
    font-size: 28rem;
    text-align: center;
  }
}
.sec-about-ttl p span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sec-about-ttl p span {
    display: none;
  }
}
.sec-about-ttl svg {
  width: 215px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-about-ttl svg {
    width: 215rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl svg {
    width: 88rem;
    margin-bottom: 8rem;
  }
}
.sec-about-txt p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .sec-about-txt p {
    font-size: 16rem;
  }
}

.sec-lesson {
  overflow: unset;
  padding-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-lesson {
    padding-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-lesson {
    padding-bottom: 104rem;
  }
}
.sec-lesson-container {
  max-width: 1700px;
  padding: 0 50px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-lesson-container {
    padding: 0 50rem;
  }
}
.sec-lesson-ttl {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec-lesson-ttl {
    margin-bottom: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-lesson-ttl {
    flex-direction: column-reverse;
    margin-bottom: 40rem;
  }
}
.sec-lesson-ttl h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--g-color-black);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec-lesson-ttl h2 {
    font-size: 40rem;
  }
}
.sec-lesson-ttl svg {
  position: absolute;
  width: 245px;
  height: auto;
  left: 58.5%;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .sec-lesson-ttl svg {
    width: 245rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-lesson-ttl svg {
    position: unset;
    width: 119rem;
  }
}
.sec-lesson-content {
  display: flex;
  position: relative;
  gap: 20px;
  z-index: 2;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .sec-lesson-content {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-lesson-content {
    gap: 40px;
  }
}
.sec-lesson__elem {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(59, 53, 60, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(244, 245, 247, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .sec-lesson__elem {
    margin: auto;
  }
}
.sec-lesson__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-lesson__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.sec-lesson__elem svg {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1500px) {
  .sec-lesson__elem svg {
    width: 100rem;
    height: 100rem;
    margin-bottom: 8rem;
  }
}
.sec-lesson__elem p {
  font-size: 20px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sec-lesson__elem p {
    font-size: 28rem;
  }
}
.sec-lesson > svg {
  position: absolute;
  width: 136px;
  height: auto;
  right: 140px;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .sec-lesson > svg {
    width: 136rem;
    right: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-lesson > svg {
    width: 62rem;
    right: 16rem;
    top: -50rem;
  }
}
.sec-lesson-deco {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.sec-lesson-deco svg {
  width: 100%;
  height: auto;
}

.sec-method {
  background: linear-gradient(to right, #FEA4A4, #FAD0C4);
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .sec-method {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-method {
    padding: 104rem 0;
    background: linear-gradient(to right, rgba(254, 164, 164, 0.25), rgba(250, 208, 196, 0.25));
  }
}
.sec-method .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-method .container {
    flex-direction: column;
  }
}
.sec-method-img img {
  max-width: 248px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-method-img img {
    max-width: 248rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-method-img img {
    margin-bottom: 64rem;
  }
}
.sec-method-content {
  max-width: 100%;
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-method-content {
    padding-left: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-method-content {
    padding-left: 0;
  }
}
.sec-method-ttl {
  display: flex;
  align-items: start;
  justify-content: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-method-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-method-ttl {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.sec-method-ttl p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-method-ttl p {
    font-size: 40rem;
  }
}
.sec-method-ttl svg {
  position: relative;
  z-index: 1;
  width: 180px;
  height: auto;
  transform: translate(-25px, 15px);
}
@media screen and (max-width: 1500px) {
  .sec-method-ttl svg {
    transform: translate(-25rem, 15rem);
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-method-ttl svg {
    transform: unset;
    width: 100rem;
    margin-bottom: 20rem;
  }
}
.sec-method-txt {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-method-txt {
    margin-bottom: 64rem;
  }
}
.sec-method-txt p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .sec-method-txt p {
    font-size: 16rem;
  }
}
.sec-method-txt p:first-child {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .sec-method-txt p:first-child {
    font-size: 19rem;
    margin-bottom: 24rem;
  }
}
.sec-method-btn > a {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .sec-method-btn > a {
    width: 100%;
    padding: 16rem 24rem;
    line-height: 180%;
    gap: 20px;
  }
}
.sec-method-btn > a span .mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-method-btn > a span .mobile-br {
    display: block;
  }
}
.sec-method-btn > a svg {
  margin: 0 !important;
}

.sec-teachers {
  padding-top: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-teachers {
    padding-top: 120rem;
  }
}
.sec-teachers-ttl {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers-ttl {
    margin-bottom: 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.sec-teachers-ttl h2 {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-ttl h2 {
    font-size: 40rem;
  }
}
.sec-teachers-ttl svg {
  width: 175px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-ttl svg {
    width: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers-ttl svg {
    width: 85rem;
    margin-bottom: 8rem;
  }
}
.sec-teachers-name {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-name {
    margin-bottom: 24rem;
  }
}
.sec-teachers-name p {
  display: flex;
  align-items: end;
  justify-content: left;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-teachers-name p {
    font-size: 23rem;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.sec-teachers-name p span {
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #EF626B;
}
@media screen and (max-width: 768px) {
  .sec-teachers-name p span {
    margin-bottom: 10rem;
    display: block;
  }
}
.sec-teachers-content > p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-content > p {
    font-size: 19rem;
  }
}
.sec-teachers-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-head {
    margin-bottom: 64rem;
  }
}
.sec-teachers-head-content {
  max-width: 100%;
  width: 100%;
  padding-right: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-head-content {
    padding-right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers-head-content {
    padding-right: 0;
  }
}
.sec-teachers-head-img {
  overflow: hidden;
  border-radius: 32px;
  max-width: 304px;
  height: 419px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-head-img {
    max-width: 304rem;
    height: 419rem;
    border-radius: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers-head-img {
    max-width: 228rem;
    height: 315rem;
    margin: auto;
    margin-bottom: 40rem;
  }
}
.sec-teachers-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-teachers-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-teachers-list {
    margin-bottom: 64rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
  }
}
.sec-teachers__elem {
  width: 100%;
  height: 360px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec-teachers__elem {
    height: 360rem;
    border-radius: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-teachers__elem {
    height: 252rem;
  }
}
.sec-teachers__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-teachers-btn {
  text-align: center;
}
.sec-teachers-btn a {
  margin: auto;
}

.sec-news {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .sec-news {
    padding: 120rem 0;
  }
}
.sec-news-ttl {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.sec-news-ttl h2 {
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl h2 {
    font-size: 40rem;
  }
}
.sec-news-ttl svg {
  width: 97px;
  height: auto;
  margin-left: -20px;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl svg {
    width: 97rem;
    margin-left: -20rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl svg {
    margin-left: 0;
    margin-top: 0;
    width: 47rem;
  }
}
.sec-news-list {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-news-list {
    margin-bottom: 64rem;
  }
}
.sec-news__elem {
  border-bottom: 1px solid var(--g-color-red);
}
.sec-news__elem:first-child {
  border-top: 1px solid var(--g-color-red);
}
.sec-news__elem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem a {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem a {
    padding: 32rem 16rem;
    align-items: start;
  }
}
.sec-news__elem a:hover {
  background: rgba(239, 98, 107, 0.1);
}
.sec-news__elem-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-news__elem-txt {
    display: block;
  }
}
.sec-news__elem-date {
  margin-right: 64px;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-date {
    margin-right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-date {
    margin-right: 0;
    margin-bottom: 24rem;
  }
}
.sec-news__elem-date span {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-news__elem-date span {
    font-size: 16rem;
  }
}
.sec-news__elem-ttl p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ttl p {
    font-size: 16rem;
    text-wrap: nowrap;
    max-width: 366rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-ctg {
    position: absolute;
    right: 16rem;
    top: 32rem;
  }
}
.sec-news__elem-ctg span {
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-ctg span {
    padding: 10rem 24rem;
    font-size: 13rem;
  }
}
.sec-news-btn {
  text-align: center;
}
.sec-news-btn a {
  margin: auto;
}

.sec-access {
  background: linear-gradient(to right, #FEA4A4, #FAD0C4);
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .sec-access {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-access {
    background: linear-gradient(to right, rgba(254, 164, 164, 0.25), rgba(250, 208, 196, 0.25));
    padding: 80rem 0;
  }
}
.sec-access .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-access .container {
    display: block;
  }
}
.sec-access-map {
  max-width: 752px;
  width: 100%;
  height: 396px;
}
@media screen and (max-width: 1500px) {
  .sec-access-map {
    max-width: 752rem;
    height: 396rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-access-map {
    max-width: 100%;
    height: 260rem;
    margin-bottom: 40rem;
  }
}
.sec-access-map iframe {
  width: 100%;
  height: 100%;
}
.sec-access-content {
  padding-left: 64px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-access-content {
    padding-left: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-access-content {
    padding-left: 0;
  }
}
.sec-access-ttl {
  display: flex;
  align-items: start;
  justify-content: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  .sec-access-ttl {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-access-ttl {
    margin-bottom: 64rem;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.sec-access-ttl h2 {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-access-ttl h2 {
    font-size: 40rem;
  }
}
.sec-access-ttl svg {
  position: relative;
  z-index: 1;
  transform: translate(-32px, 15px);
  width: 136px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-access-ttl svg {
    transform: translate(-32rem, 15rem);
    width: 136rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-access-ttl svg {
    transform: unset;
    width: 66rem;
  }
}
.sec-access__elem {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-access__elem:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .sec-access__elem:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.sec-access__elem-ico {
  margin-right: 16px;
}
@media screen and (max-width: 1500px) {
  .sec-access__elem-ico {
    margin-right: 16rem;
  }
}
.sec-access__elem-ico svg {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-access__elem-ico svg {
    width: 48rem;
  }
}
.sec-access__elem-txt span {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-access__elem-txt span {
    font-size: 13rem;
  }
}
.sec-access__elem-txt p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .sec-access__elem-txt p {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-access__elem-txt p {
    font-size: 16rem;
  }
}

.sec-last {
  padding: 185px 0;
}
@media screen and (max-width: 1500px) {
  .sec-last {
    padding: 185rem 0;
  }
}
.sec-last-content {
  text-align: center;
}
.sec-last-content p {
  margin-bottom: 32px;
  font-weight: 500;
  color: var(--g-color-black);
  font-size: 33px;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .sec-last-content p {
    margin-bottom: 32rem;
    font-size: 33rem;
  }
}
.sec-last-btn a {
  margin: auto;
}

.home-news__pagenavi-wrap {
  display: none !important;
}

.blog-list__wrap {
  transition: all 0.4s ease-in-out;
}
.blog-list__wrap.--is-loading {
  opacity: 0.5;
  filter: blur(10px);
}

.lower-top-sec {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec {
    padding-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec {
    padding-top: 100rem;
  }
}
.lower-top-sec > svg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 60%;
  z-index: 1;
  left: 0;
}
.lower-top-sec-container {
  max-width: 1700px;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-container {
    padding: 0 50rem;
  }
}
.lower-top-sec-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-head {
    margin-bottom: 64rem;
  }
}
.lower-top-sec-head > p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-top-sec-head > p {
    font-size: 16rem;
  }
}
.lower-top-sec-ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-top-sec-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.lower-top-sec-ttl h2 {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-ttl h2 {
    margin-bottom: 50rem;
    font-size: 40rem;
  }
}
.lower-top-sec-ttl svg {
  width: 135px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 57%;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-ttl svg {
    top: 10rem;
    width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-ttl svg {
    width: 80rem;
    position: unset;
    margin-bottom: 10rem;
  }
}
.lower-top-sec-content {
  position: relative;
}
.lower-top-sec-content.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-4 {
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-content.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-top-sec-content.grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  max-width: 1192px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-6 {
    max-width: 1192rem;
    gap: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-content.grid-6 {
    gap: 32rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-top-sec-content.grid-6 .lower-top-sec__elem {
  max-width: 376px;
  min-height: 275px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-6 .lower-top-sec__elem {
    min-height: 275rem;
  }
}
.lower-top-sec-content.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  max-width: 1192px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-3 {
    max-width: 1192rem;
    gap: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-content.grid-3 {
    gap: 32rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-top-sec-content.grid-3 .lower-top-sec__elem {
  max-width: 376px;
  min-height: 275px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-3 .lower-top-sec__elem {
    min-height: 275rem;
  }
}
.lower-top-sec-content.grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-2 {
    max-width: 1056rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-content.grid-2 {
    gap: 32rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-top-sec-content.grid-2 .lower-top-sec__elem {
  max-width: 512px;
  min-height: 364px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-2 .lower-top-sec__elem {
    min-height: 364rem;
  }
}
.lower-top-sec-content.grid-1 {
  max-width: 576px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec-content.grid-1 {
    max-width: 576rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-top-sec-content.grid-1 {
    max-width: 100%;
  }
}
.lower-top-sec-content.grid-1 .lower-top-sec__elem {
  max-width: 100%;
}
.lower-top-sec__elem {
  background: rgba(244, 245, 247, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 32px;
  box-shadow: 0 0 20px rgba(59, 53, 60, 0.1019607843);
  padding: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec__elem {
    padding: 32rem;
    border-radius: 32rem;
  }
}
.lower-top-sec__elem-ttl {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec__elem-ttl {
    margin-bottom: 16rem;
  }
}
.lower-top-sec__elem-ttl svg {
  height: 28px;
  width: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec__elem-ttl svg {
    height: 28rem;
    margin-bottom: 16rem;
  }
}
.lower-top-sec__elem-ttl p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}
.lower-top-sec__elem-ttl p .mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lower-top-sec__elem-ttl p .mobile-br {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .lower-top-sec__elem-ttl p {
    font-size: 23rem;
  }
}
.lower-top-sec__elem > p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .lower-top-sec__elem > p {
    font-size: 16rem;
  }
}
.lower-top-sec__elem > p span {
  text-decoration: underline;
}

.lower-gallery {
  padding-top: 80px;
}
@media screen and (max-width: 1500px) {
  .lower-gallery {
    padding-top: 80rem;
  }
}
.lower-gallery .container {
  position: relative;
}
.lower-gallery .lower-gallery__elem:nth-child(1) {
  position: relative;
  z-index: 2;
}
.lower-gallery .lower-gallery__elem:nth-child(2) {
  position: relative;
  z-index: 1;
}
.lower-gallery.gallery--01 .container {
  padding-top: 129px;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--01 .container {
    padding-top: 129rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--01 .container {
    padding-top: 150rem;
  }
}
.lower-gallery.gallery--01 .lower-gallery__elem:nth-child(1) img {
  max-width: 745px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--01 .lower-gallery__elem:nth-child(1) img {
    max-width: 745rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--01 .lower-gallery__elem:nth-child(1) img {
    max-width: 300rem;
  }
}
.lower-gallery.gallery--01 .lower-gallery__elem:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.lower-gallery.gallery--01 .lower-gallery__elem:nth-child(2) img {
  max-width: 700px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--01 .lower-gallery__elem:nth-child(2) img {
    max-width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--01 .lower-gallery__elem:nth-child(2) img {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--02 .container {
    padding-bottom: 50rem;
  }
}
.lower-gallery.gallery--02 .lower-gallery__elem:nth-child(1) img {
  max-width: 745px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(1) img {
    max-width: 745rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(1) img {
    max-width: 330rem;
  }
}
.lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) {
  position: absolute;
  top: 77px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) {
    top: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) {
    top: 120rem;
  }
}
.lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) img {
  max-width: 708px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) img {
    max-width: 708rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--02 .lower-gallery__elem:nth-child(2) img {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--03 .container {
    padding-bottom: 50rem;
  }
}
.lower-gallery.gallery--03 .lower-gallery__elem:nth-child(1) {
  text-align: right;
}
.lower-gallery.gallery--03 .lower-gallery__elem:nth-child(1) img {
  max-width: 745px;
  height: auto;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(1) img {
    max-width: 745rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(1) img {
    max-width: 330rem;
  }
}
.lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) {
  position: absolute;
  top: 77px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) {
    top: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) {
    top: 120rem;
  }
}
.lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) img {
  max-width: 708px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) img {
    max-width: 708rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--03 .lower-gallery__elem:nth-child(2) img {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--05 .container {
    padding-bottom: 50rem;
  }
}
.lower-gallery.gallery--05 .lower-gallery__elem:nth-child(1) img {
  max-width: 745px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(1) img {
    max-width: 745rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(1) img {
    max-width: 330rem;
  }
}
.lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) {
  position: absolute;
  top: 77px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) {
    top: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) {
    top: 120rem;
  }
}
.lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) img {
  max-width: 708px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) img {
    max-width: 708rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-gallery.gallery--05 .lower-gallery__elem:nth-child(2) img {
    max-width: 300rem;
  }
}	
	
	
	

.lower-intro {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .lower-intro {
    padding-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-intro {
    padding-top: 100rem;
  }
}
.lower-intro-ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-intro-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.lower-intro-ttl h2 {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-bottom: 85px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .lower-intro-ttl h2 {
    font-size: 40rem;
    margin-bottom: 85rem;
  }
}
.lower-intro-ttl svg {
  z-index: 1;
  position: absolute;
  width: 175px;
  top: 10px;
  left: 55%;
}
@media screen and (max-width: 1500px) {
  .lower-intro-ttl svg {
    top: 10rem;
    width: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-intro-ttl svg {
    width: 100rem;
    position: unset;
    margin-bottom: 10rem;
  }
}
.lower-intro-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-intro-main {
    flex-direction: column;
  }
}
.lower-intro-img {
  max-width: 391px;
  width: 100%;
  height: 486px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .lower-intro-img {
    max-width: 391rem;
    height: 486rem;
    border-radius: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-intro-img {
    max-width: 300rem;
    height: 380rem;
    margin: auto;
    margin-bottom: 40rem;
  }
}
.lower-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-intro-txt {
  max-width: 100%;
  width: 100%;
  padding-left: 64px;
}
@media screen and (max-width: 1500px) {
  .lower-intro-txt {
    padding-left: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-intro-txt {
    padding-left: 0;
  }
}
.lower-intro-txt > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .lower-intro-txt > p {
    font-size: 16rem;
  }
}
.lower-intro-name {
  margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  .lower-intro-name {
    margin-bottom: 32rem;
  }
}
.lower-intro-name p {
  display: flex;
  align-items: end;
  justify-content: left;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lower-intro-name p {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    font-size: 23rem;
    margin-bottom: 8rem;
  }
}
.lower-intro-name p span {
  display: block;
  margin-left: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #EF626B;
}
@media screen and (max-width: 768px) {
  .lower-intro-name p span {
    margin-bottom: 10rem;
    margin-left: 0;
    font-size: 13rem;
  }
}
.lower-intro-name > span {
  color: #3B353C;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower-intro-name > span {
    text-align: center;
    font-size: 16rem;
  }
}

.lower-price {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .lower-price {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .lower-price {
    padding: 100rem 0;
  }
}
.lower-price-ttl {
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .lower-price-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-price-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.lower-price-ttl h2 {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .lower-price-ttl h2 {
    font-size: 40rem;
  }
}
.lower-price-ttl svg {
  width: 313px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 61%;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .lower-price-ttl svg {
    width: 313rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-price-ttl svg {
    position: unset;
    width: 180rem;
  }
}
.lower-price-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-price-content {
    width: 100%;
  }
}
.lower-price-content > p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .lower-price-content > p {
    margin-bottom: 40rem;
    font-size: 19rem;
  }
}
.lower-price-content > p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #FEA4A4;
  bottom: 0;
  left: 0;
}
.lower-price-content > p.other {
  font-size: 16px;
  margin-bottom: 32px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .lower-price-content > p.other {
    font-size: 16rem;
    margin-bottom: 32rem;
  }
}
.lower-price-content > p.other::after {
  display: none;
}
.lower-price-content > span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  color: #979599;
  display: block;
  margin-top: 32px;
}
@media screen and (max-width: 1500px) {
  .lower-price-content > span {
    margin-top: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-price-content > span {
    font-size: 13rem;
  }
}
.lower-price-tb__wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.lower-price-tb {
  display: flex;
  align-items: start;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.lower-price-tb__elem {
  width: 304px;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem {
    width: 304rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-price-tb__elem {
    width: 200rem;
  }
}
.lower-price-tb__elem.last-tb {
  width: 445px;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem.last-tb {
    width: 445rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-price-tb__elem.last-tb {
    width: 100%;
  }
}
.lower-price-tb__elem-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  border-top: 1px solid #EF626B;
  border-bottom: 1px solid #EF626B;
  background: #F7E1E2;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem-name {
    height: 76rem;
  }
}
.lower-price-tb__elem-name p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem-name p {
    font-size: 19rem;
  }
}
.lower-price-tb__elem-val {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #979599;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem-val {
    height: 90rem;
  }
}
.lower-price-tb__elem-val p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem-val p {
    font-size: 28rem;
  }
}
.lower-price-tb__elem-val p span {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .lower-price-tb__elem-val p span {
    font-size: 18rem;
  }
}

.teacher-main {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .teacher-main {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .teacher-main {
    padding: 100rem 0;
  }
}
.teacher-main__elem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .teacher-main__elem {
    flex-direction: column;
  }
}
.teacher-main__elem:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
.teacher-main__elem-img {
  max-width: 391px;
  width: 100%;
  height: 486px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem-img {
    max-width: 391rem;
    height: 486rem;
    border-radius: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-img {
    max-width: 300rem;
    height: 380rem;
    margin: auto;
    margin-bottom: 40rem;
  }
}
.teacher-main__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher-main__elem-txt {
  max-width: 100%;
  width: 100%;
  padding-left: 64px;
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem-txt {
    padding-left: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-txt {
    padding-left: 0;
  }
}
.teacher-main__elem-txt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teacher-main__elem-txt > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem-txt > p {
    font-size: 16rem;
  }
}
.teacher-main__elem-ctg span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-wrap: nowrap;
  color: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  border-radius: 100px;
  padding: 8px 64px;
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-ctg span {
    font-size: 13rem;
    padding: 8rem 64rem;
  }
}
.teacher-main__elem-name {
  margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem-name {
    margin-bottom: 32rem;
  }
}
.teacher-main__elem-name p {
  display: flex;
  align-items: end;
  justify-content: left;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-name p {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    font-size: 23rem;
    margin-bottom: 8rem;
  }
}
.teacher-main__elem-name p span {
  display: block;
  margin-left: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #EF626B;
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-name p span {
    margin-bottom: 10rem;
    margin-left: 0;
    font-size: 13rem;
  }
}
.teacher-main__elem-name > span {
  color: #3B353C;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .teacher-main__elem-name > span {
    text-align: center;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .teacher-main__elem:nth-child(2), .teacher-main__elem:nth-child(4) {
    flex-direction: column-reverse;
  }
}
.teacher-main__elem:nth-child(2) .teacher-main__elem-txt, .teacher-main__elem:nth-child(4) .teacher-main__elem-txt {
  padding-left: unset;
  padding-right: 64px;
}
@media screen and (max-width: 1500px) {
  .teacher-main__elem:nth-child(2) .teacher-main__elem-txt, .teacher-main__elem:nth-child(4) .teacher-main__elem-txt {
    padding-right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .teacher-main__elem:nth-child(2) .teacher-main__elem-txt, .teacher-main__elem:nth-child(4) .teacher-main__elem-txt {
    padding-right: 0;
  }
}

.blog-main {
  padding: 120px 0;
}
.blog-main-container {
  max-width: 1700px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .blog-main-container {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-main-container {
    max-width: 100%;
    padding: 0 20rem;
  }
}
.blog-main .blog-list__wrap, .blog-main-single {
  max-width: 100%;
  width: 100%;
  padding-right: 64px;
}
@media screen and (max-width: 1500px) {
  .blog-main .blog-list__wrap, .blog-main-single {
    padding-right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-main .blog-list__wrap, .blog-main-single {
    padding-right: 0;
  }
}
.blog-main-single-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .blog-main-single-head {
    margin-bottom: 64rem;
  }
}
.blog-main-single-date span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #3B353C;
}
@media screen and (max-width: 768px) {
  .blog-main-single-date span {
    margin-bottom: 10rem;
    font-size: 16rem;
  }
}
.blog-main-single-ttl p {
  font-weight: 700;
  line-height: 1;
  color: var(--g-color-black);
  font-size: 23px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #979599;
}
@media screen and (max-width: 1500px) {
  .blog-main-single-ttl p {
    font-size: 23rem;
    padding-bottom: 32rem;
    margin-bottom: 32rem;
  }
}
.blog-main-single-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.blog-main-single-ctgs span {
  padding: 10px 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-red);
  color: var(--g-color-red);
}
.blog-main-single-content {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .blog-main-single-content {
    margin-bottom: 64rem;
  }
}
.blog-main-single-content * {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .blog-main-single-content * {
    font-size: 16rem;
  }
}
.blog-main-single-content *:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .blog-main-single-content *:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.blog-main-single-content h1,
.blog-main-single-content h2,
.blog-main-single-content h3 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .blog-main-single-content h1,
  .blog-main-single-content h2,
  .blog-main-single-content h3 {
    font-size: 22rem;
  }
}
.blog-main-single-content h4,
.blog-main-single-content h5,
.blog-main-single-content h6 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .blog-main-single-content h4,
  .blog-main-single-content h5,
  .blog-main-single-content h6 {
    font-size: 18rem;
  }
}
.blog-main-single-btn a svg {
  width: 36px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .blog-main-single-btn a svg {
    width: 36rem;
  }
}
.blog-main-single-btn a:hover svg path {
  stroke: var(--g-color-red);
  fill: unset;
}

.blog-list .blog__elem {
  border-bottom: 1px solid var(--g-color-red);
}
.blog-list .blog__elem:first-child {
  border-top: 1px solid var(--g-color-red);
}
.blog-list .blog__elem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem a {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list .blog__elem a {
    padding: 32rem 16rem;
    align-items: start;
  }
}
.blog-list .blog__elem a:hover {
  background: rgba(239, 98, 107, 0.1);
}
.blog-list .blog__elem-txt {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .blog-list .blog__elem-txt {
    display: block;
  }
}
.blog-list .blog__elem-date {
  margin-right: 64px;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem-date {
    margin-right: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list .blog__elem-date {
    margin-right: 0;
    margin-bottom: 24rem;
  }
}
.blog-list .blog__elem-date span {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem-date span {
    font-size: 16rem;
  }
}
.blog-list .blog__elem-ttl {
  width: 100%;
  max-width: 100%;
}
.blog-list .blog__elem-ttl p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  max-width: 75%;
  width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem-ttl p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list .blog__elem-ttl p {
    font-size: 16rem;
    text-wrap: nowrap;
    max-width: 366rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.blog-list .blog__elem-ctgs {
  display: flex;
  align-items: center;
  justify-content: right;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .blog-list .blog__elem-ctgs {
    position: absolute;
    right: 16rem;
    top: 32rem;
  }
}
.blog-list .blog__elem-ctgs span {
  width: -moz-max-content;
  width: max-content;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  border-radius: 100px;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem-ctgs span {
    padding: 10rem 24rem;
    font-size: 13rem;
  }
}
.blog-list .blog__elem-ctgs span:not(:first-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1500px) {
  .blog-list .blog__elem-ctgs span:not(:first-child) {
    margin-right: 16rem;
  }
}

.blog-sidebar {
  max-width: 376px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .blog-sidebar {
    max-width: 376rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-sidebar {
    display: none;
  }
}
.blog-sidebar-ttl {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 16px 24px;
  background: var(--g-color-red);
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .blog-sidebar-ttl {
    padding: 16rem 24rem;
  }
}
.blog-sidebar-ttl p {
  color: var(--g-color-bg);
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .blog-sidebar-ttl p {
    font-size: 19rem;
  }
}
.blog-sidebar-ctg ul li {
  border-bottom: 1px solid #979599;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .blog-sidebar-ctg ul li {
    font-size: 16rem;
    padding: 16rem 24rem;
  }
}
.blog-sidebar-ctg ul li:hover {
  background: #f0f0f0;
}

.contact-main {
  padding: 120px 20px;
}
@media screen and (max-width: 1500px) {
  .contact-main {
    padding: 120rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding: 100rem 20rem;
  }
}
.contact-main .contact-form__wrap {
  max-width: 848px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form__wrap {
    max-width: 100%;
  }
}
.contact-main .contact-form-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form-ttl {
    margin-bottom: 64rem;
  }
}
.contact-main .contact-form-ttl span {
  display: block;
  text-align: center;
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form-ttl span {
    font-size: 23rem;
  }
}
.contact-main .contact-form__elem {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form__elem {
    margin-bottom: 64rem;
  }
}
.contact-main .contact-form__elem-label {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form__elem-label {
    margin-bottom: 16rem;
  }
}
.contact-main .contact-form__elem-label label {
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form__elem-label label {
    font-size: 19rem;
  }
}
.contact-main .contact-form__elem-label label span {
  color: var(--g-color-red);
}
.contact-main .contact-form__elem-inp select,
.contact-main .contact-form__elem-inp textarea,
.contact-main .contact-form__elem-inp input {
  padding: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 2px solid #FEA4A4;
  outline: unset;
  border-radius: 8px;
  width: 100%;
}
.contact-main .contact-form__elem-inp textarea {
  height: 270px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form__elem-inp textarea {
    height: 270rem;
  }
}
.contact-main .contact-form-privacy {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form-privacy {
    margin-bottom: 64rem;
  }
}
.contact-main .contact-form-privacy > span {
  color: var(--g-color-black);
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form-privacy > span {
    font-size: 16rem;
    margin-bottom: 24rem;
  }
}
.contact-main .contact-form-privacy > span a {
  text-decoration: underline;
}
.contact-main .contact-form-privacy-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-main .contact-form-privacy-main-box {
  margin-right: 8px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form-privacy-main-box {
    margin-right: 8rem;
  }
}
.contact-main .contact-form-privacy-main-box > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3B353C;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.contact-main .contact-form-privacy-main-box > span span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.contact-main .contact-form-privacy-main-box > span svg {
  transition: all 0.3s ease-in-out;
  max-width: 9px;
  width: 100%;
  height: auto;
}
.contact-main .contact-form-privacy-main > span {
  color: #3B353C;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-form-privacy-main > span {
    font-size: 16rem;
  }
}
.contact-main .contact-form-submit {
  text-align: center;
}
.contact-main .contact-form-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  max-width: 512px;
  height: 55px;
  color: var(--g-color-bg);
  line-height: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  background: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  margin: auto;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form-submit button {
    max-width: 512rem;
    height: 55rem;
    font-size: 16rem;
  }
}
.contact-main .contact-form-submit button svg {
  height: 20px;
  width: auto;
  margin-left: 16px;
}
@media screen and (max-width: 1500px) {
  .contact-main .contact-form-submit button svg {
    height: 20rem;
    margin-left: 16rem;
  }
}
.contact-main .contact-form-submit button svg path {
  transition: all 0.4s ease-in-out;
}
.contact-main .contact-form-submit button:hover {
  background: var(--g-color-bg);
  color: var(--g-color-red);
}
.contact-main .contact-form-submit button:hover svg path {
  stroke: var(--g-color-red);
}

.privacy-main {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .privacy-main {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main {
    padding: 100rem 0;
  }
}
.privacy-main-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-head {
    margin-bottom: 64rem;
  }
}
.privacy-main-head p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-main-head p {
    font-size: 23rem;
  }
}
.privacy-main__elem {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .privacy-main__elem {
    margin-bottom: 64rem;
  }
}
.privacy-main__elem-ttl {
  border-bottom: 2px solid #FEA4A4;
  margin-bottom: 32px;
  padding: 24px 16px;
}
@media screen and (max-width: 1500px) {
  .privacy-main__elem-ttl {
    margin-bottom: 32rem;
    padding: 24rem 16rem;
  }
}
.privacy-main__elem-ttl p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-main__elem-ttl p {
    font-size: 19rem;
  }
}
.privacy-main__elem-content {
  padding: 0 16px;
}
@media screen and (max-width: 1500px) {
  .privacy-main__elem-content {
    padding: 0 16rem;
  }
}
.privacy-main__elem-content p,
.privacy-main__elem-content li {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-main__elem-content p,
  .privacy-main__elem-content li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main__elem-content p::marker,
  .privacy-main__elem-content li::marker {
    margin-right: 5rem !important;
  }
}
.privacy-main__elem-content ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 1500px) {
  .privacy-main__elem-content ul {
    padding-left: 20rem;
  }
}
.privacy-main-box {
  border: 2px solid #FEA4A4;
  padding: 64px;
  border-radius: 16px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-box {
    border-radius: 16rem;
    padding: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main-box {
    padding: 32rem;
  }
}
.privacy-main-box-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-box-ttl {
    margin-bottom: 64rem;
  }
}
.privacy-main-box-ttl p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-main-box-ttl p {
    font-size: 23rem;
  }
}
.privacy-main-box > p {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 32px;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .privacy-main-box > p {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main-box > p {
    font-size: 19rem;
  }
}
.privacy-main-box-list {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .privacy-main-box-list {
    display: block;
  }
}
.privacy-main-box__elem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .privacy-main-box__elem {
    justify-content: left;
  }
}
.privacy-main-box__elem:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-box__elem:not(:last-child) {
    margin-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main-box__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24rem;
  }
}
.privacy-main-box__elem-img {
  margin-right: 16px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-box__elem-img {
    margin-right: 16rem;
  }
}
.privacy-main-box__elem-img svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-box__elem-img svg {
    width: 48rem;
    height: 48rem;
  }
}
.privacy-main-box__elem-txt span {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .privacy-main-box__elem-txt span {
    font-size: 13rem;
  }
}
.privacy-main-box__elem-txt p {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .privacy-main-box__elem-txt p {
    font-size: 19rem;
  }
}

.fv-piano h2 span .mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-piano h2 span .mobile-br {
    display: block;
  }
}

.method-main {
  padding: 120px 0;
}
@media screen and (max-width: 1500px) {
  .method-main {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .method-main {
    padding: 100rem 0;
  }
}
.method-main .container .method-title {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .method-title {
    margin-bottom: 60px;
  }
}
.method-main .container .method-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .method-title h2 {
    font-size: 24px;
    margin-bottom: 34px;
  }
}
.method-main .container .method-title > p {
  font-size: 16px;
  line-height: 180%;
}
.method-main .container .inamori-teacher {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-teacher {
    margin-bottom: 60px;
  }
}
.method-main .container .inamori-teacher__flex {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-teacher__flex {
    flex-direction: column;
  }
}
.method-main .container .inamori-teacher__flex img {
  max-width: 400px;
  flex: 4;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.method-main .container .inamori-teacher__flex__contents {
  font-size: 16px;
  flex: 7;
  width: 100%;
  text-align: justify;
}
.method-main .container .inamori-teacher__flex__contents h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 100%;
}
.method-main .container .inamori-teacher__flex__contents .furigana {
  font-size: 19px;
  margin-bottom: 16px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-teacher__flex__contents .furigana {
    font-size: 16px;
  }
}
.method-main .container .inamori-teacher__flex__contents .lead-01 {
  margin-bottom: 16px;
  line-height: 180%;
  margin-bottom: 16px;
}
.method-main .container .inamori-teacher__flex__contents h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 8px;
}
.method-main .container .inamori-teacher__flex__contents .lead-02 {
  line-height: 180%;
  margin-bottom: 32px;
}
.method-main .container .classic-piano {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .classic-piano {
    margin-bottom: 60px;
  }
}
.method-main .container .classic-piano__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .method-main .container .classic-piano__flex {
    flex-direction: column;
  }
}
.method-main .container .classic-piano__flex img {
  display: block;
  width: 50%;
  max-width: 648px;
  margin: 0 auto;
}
.method-main .container .classic-piano__flex__lead {
  padding: 90px 0 90px 60px;
}
@media screen and (max-width: 768px) {
  .method-main .container .classic-piano__flex__lead {
    padding: 0;
    margin-top: 20px;
  }
}
.method-main .container .classic-piano__flex__lead h2 {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .method-main .container .classic-piano__flex__lead h2 {
    font-size: 20px;
  }
}
.method-main .container .classic-piano__flex__lead > p {
  font-size: 16px;
  line-height: 180%;
}
.method-main .container .inamori-method-nara {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara {
    margin-bottom: 60px;
  }
}
.method-main .container .inamori-method-nara h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.method-main .container .inamori-method-nara > p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara > p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.method-main .container .inamori-method-nara__wrapper {
  background-image: url("../../assets/img/namisen.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 170% 50%;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara__wrapper {
    background-image: url("../img/namisen-tate.webp");
    background-position: top;
    background-size: 100% 100%;
  }
}
.method-main .container .inamori-method-nara__wrapper__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara__wrapper__list {
    flex-direction: column;
  }
}
.method-main .container .inamori-method-nara__wrapper__list__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(59, 53, 60, 0.1019607843);
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 376px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-method-nara__wrapper__list__items {
    max-width: 250px;
    margin: 0 auto;
  }
}
.method-main .container .inamori-method-nara__wrapper__list__items img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.method-main .container .kenkyuukai {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .kenkyuukai {
    margin-bottom: 60px;
  }
}
.method-main .container .kenkyuukai__wrapper {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .kenkyuukai__wrapper {
    flex-direction: column;
  }
}
.method-main .container .kenkyuukai__wrapper__lead__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .method-main .container .kenkyuukai__wrapper__lead__title {
    margin-bottom: 18px;
    text-align: center;
  }
}
.method-main .container .kenkyuukai__wrapper__lead__title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .kenkyuukai__wrapper__lead__title h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.method-main .container .kenkyuukai__wrapper__lead__title > p {
  font-size: 19px;
}
.method-main .container .kenkyuukai__wrapper__lead__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 64px;
}
.method-main .container .kenkyuukai__wrapper__lead__list__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 240px;
  aspect-ratio: 1/1;
  box-shadow: 0 0 20px rgba(59, 53, 60, 0.1019607843);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
}
.method-main .container .kenkyuukai__wrapper__lead__list__items img {
  width: 100%;
  max-width: 48px;
  margin: 0 auto 16px;
}
.method-main .container .kenkyuukai__wrapper__lead__list__items h3 {
  font-weight: 600;
  margin-bottom: 8px;
}
.method-main .container .kenkyuukai__wrapper > img {
  width: 46%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .method-main .container .kenkyuukai__wrapper > img {
    width: 100%;
  }
}
.method-main .container .nyuukai-houhou {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .nyuukai-houhou {
    margin-bottom: 60px;
  }
}
.method-main .container .nyuukai-houhou h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .nyuukai-houhou h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.method-main .container .nyuukai-houhou__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .method-main .container .nyuukai-houhou__flex {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.method-main .container .nyuukai-houhou__flex__contents {
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  box-shadow: 0 0 20px rgba(59, 53, 60, 0.1019607843);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.method-main .container .nyuukai-houhou__flex__contents > img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 32px;
}
.method-main .container .nyuukai-houhou__flex__contents > p {
  font-size: 16px;
}
.method-main .container .nyuukai-houhou__flex > img {
  width: 100%;
  max-width: 20px;
}
@media screen and (max-width: 768px) {
  .method-main .container .nyuukai-houhou__flex > img {
    transform: rotate(90deg);
  }
}
.method-main .container .nyuukai-houhou > a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 16px 24px;
  border: solid 1px #EF626B;
  background-color: #EF626B;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.method-main .container .nyuukai-houhou > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: inline-block;
  width: 36px;
  height: 24px;
  background-image: url("../img/allow-01.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}
.method-main .container .nyuukai-houhou > a:hover {
  border: solid 1px #EF626B;
  color: #EF626B;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
.method-main .container .nyuukai-houhou > a:hover::after {
  background-image: url("../img/allow-01-hover.webp");
  transition: all 0.4s ease-in-out;
}
.method-main .container .inamori-link {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-link {
    margin-bottom: 60px;
  }
}
.method-main .container .inamori-link p {
  font-size: 20px;
  font-weight: 600;
}
.method-main .container .inamori-link p .mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-link p .mobile-br {
    display: block;
  }
}
.method-main .container .inamori-link p a {
  font-size: 20px;
  font-weight: 600;
  color: #EF626B;
  border-bottom: solid 1px #EF626B;
}
@media screen and (max-width: 768px) {
  .method-main .container .inamori-link p a {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */




/* 2025_1222追加CSS：レイアウトの崩れを修正 */

.blog-list .blog__elem a {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; /* 区切り線 */
    text-decoration: none;
}

@media (min-width: 750px) {
    .blog-list .blog__elem a {
        flex-direction: row;
        align-items: center; /* 垂直方向の中央揃え */
        justify-content: flex-start; /* 左詰めに配置 */
    }
}

/* 1. 画像の枠 */
.blog-list .blog__elem .blog__elem-img {
    max-width: 140px;
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 20px 0 0;
    background-color: #f0f0f0;
}

.blog-list .blog__elem .blog__elem-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 2. テキストエリア（日付とタイトル） */
.blog-list .blog__elem .blog__elem-txt {
    flex-grow: 1; /* 余ったスペースをすべて使う */
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden; /* はみ出し防止 */
    margin-right: 20px; /* カテゴリーとの間の余白 */
}

@media (max-width: 749px) {
    .blog-list .blog__elem .blog__elem-txt {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0;
    }
}

/* 3. カテゴリーエリア（右端に揃える） */
.blog-list .blog__elem .blog__elem-ctgs {
    position: static !important; /* 絶対配置を解除 */
    flex-shrink: 0; /* カテゴリーが潰れないようにする */
    margin-left: auto; /* これで右端に寄る */
    display: flex;
    gap: 5px;
    white-space: nowrap; /* 改行させない */
}

.blog-list .blog__elem .blog__elem-ctgs span {
    display: inline-block;
    padding: 2px 12px;
    border: 1px solid #ee8181; /* 添付画像に合わせた色 */
    color: #ee8181;
    border-radius: 20px;
    font-size: 12px;
}
/* 2025_1222追加CSS-end */