/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --yellow: #ffff6e;
  --primary: #72a2c7;
  --second: #9fb57b;
  --text-body: #282828;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

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

iframe {
  max-width: 100%;
  display: block;
}

.site-header__inner, .container-fluid, .container {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.site-footer nav ul, .navs-bottom nav ul, .site-header__nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__item--body, .access__content, .instruction__body, .ideal__item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .faq__item--body, .access__content, .instruction__body, .ideal__item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .faq__item--body, .access__content, .instruction__body, .ideal__item {
    font-size: 21px;
  }
}
.faq__item--body p, .access__content p, .instruction__body p, .ideal__item p {
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  .faq__item--body p, .access__content p, .instruction__body p, .ideal__item p {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .faq__item--body p, .access__content p, .instruction__body p, .ideal__item p {
    margin-bottom: 31.5px;
  }
}
.faq__item--body p:last-of-type, .access__content p:last-of-type, .instruction__body p:last-of-type, .ideal__item p:last-of-type {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn, .btn--second {
  transition: all 0.3s;
  color: var(--white);
  padding: 5px 15px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  width: 100%;
  max-width: 330px;
  border-radius: 200px;
  min-height: 52px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .btn, .btn--second {
    font-size: 22.5px;
    min-height: 78px;
    max-width: 495px;
    padding: 5px 20px;
  }
}
.btn:hover, .btn--second:hover {
  opacity: 0.7;
  color: var(--white);
}
.btn img, .btn--second img {
  max-width: 60px;
  max-height: 60px;
}
.btn--second {
  background: var(--second);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section--purple {
  background: #e9d7ed;
}
.section--black {
  background: var(--text-body);
}

.section-heading {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 5px;
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 26px;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h3 {
    font-size: 32px;
  }
}
.section-heading h2 {
  display: inline-block;
  border-bottom: 2px solid var(--text-body);
  padding-bottom: 7px;
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  min-width: 132px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    border-bottom-width: 3px;
    font-size: 28px;
    padding-bottom: 9px;
    min-width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 34.5px;
    min-width: 200px;
  }
}
.section-heading--white {
  color: var(--white);
}
.section-heading--white h2,
.section-heading--white h3 {
  color: var(--white);
}
.section-heading--white h2 {
  border-color: var(--white);
}

.section-clip--bottom {
  position: relative;
  padding-bottom: 15.3846153846vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-clip--bottom {
    padding-bottom: 5.9031877214vw;
  }
}
.section-clip--bottom::before {
  content: "";
  height: calc(100% + 8.21vw);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--text-body);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.95vw), 0% 100%);
}
@media only screen and (min-width: 768px) {
  .section-clip--bottom::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    height: calc(100% + 7.65vw);
  }
}
@media only screen and (min-width: 1700px) {
  .section-clip--bottom::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
  }
}
.section-clip--top {
  padding-top: 30.7692307692vw;
  margin-top: -15.3846153846vw;
}
@media only screen and (min-width: 768px) {
  .section-clip--top {
    padding-top: 20.0708382527vw;
    margin-top: -14.1676505313vw;
  }
}
.section-clip--block {
  padding-block: 30.7692307692vw 15.3846153846vw;
  margin-top: -15.3846153846vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-clip--block {
    padding-block: 20.0708382527vw 5.9031877214vw;
    margin-top: -14.1676505313vw;
  }
}
.section-clip--block::before {
  content: "";
  height: calc(100% + 8.21vw);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--text-body);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.95vw), 0% 100%);
}
@media only screen and (min-width: 768px) {
  .section-clip--block::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    height: calc(100% + 7.65vw);
  }
}
@media only screen and (min-width: 1700px) {
  .section-clip--block::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16vw), 0% 100%);
  }
}
.section-clip--purple::before {
  background: #e9d7ed;
}
.section-clip--white::before {
  background: var(--white);
}

.hamburger {
  position: relative;
  line-height: 1;
  cursor: pointer;
  display: flex;
  right: 0;
  z-index: 99;
  opacity: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white);
  font-family: "Josefin Sans", sans-serif;
  gap: 5px;
  font-size: 9px;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    font-size: 15px;
    gap: 10px;
  }
}
.hamburger > span {
  position: relative;
  width: 28px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .hamburger > span {
    width: 50px;
    height: 30px;
  }
}
.hamburger > span span {
  width: 100%;
  height: 1px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
@media only screen and (min-width: 768px) {
  .hamburger > span span {
    height: 2px;
    left: calc(50% - 25px);
  }
}
.hamburger > span span::before, .hamburger > span span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 1px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: -7px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .hamburger > span span::before, .hamburger > span span::after {
    height: 2px;
    top: -14px;
  }
}
.hamburger > span span::after {
  width: calc(100% - 10px);
}
.hamburger > span span::after {
  top: 7px;
}
@media only screen and (min-width: 768px) {
  .hamburger > span span::after {
    top: 14px;
  }
}
.hamburger strong {
  font-weight: 500;
}
.hamburger:hover {
  color: var(--white);
}
.hamburger.active {
  color: var(--white);
}
.hamburger.active > span span {
  transform: rotate(225deg);
}
.hamburger.active > span span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active > span span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 992px) {
  .site-header.header-sticky .site-header__inner {
    padding-block: 24px;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 23px;
  gap: 20px;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    padding-block: 38px;
  }
}
.site-header__logo {
  flex-basis: 200px;
  position: relative;
  z-index: 5;
}
.site-header__logo img {
  width: 100%;
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    max-width: 175px;
  }
}
.site-header__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}
.site-header__links .btn,
.site-header__links .btn--second {
  min-height: 58px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  padding: 5px 15px;
  line-height: 1.228;
  font-size: 18px;
  width: auto;
  max-width: none;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .site-header__links .btn,
.site-header__links .btn--second {
    display: none;
  }
}
.site-header__links .btn img,
.site-header__links .btn--second img {
  max-width: 30px;
  max-height: 25px;
  mix-blend-mode: color-dodge;
  width: 100%;
}
.site-header__links .btn--second {
  text-align: left;
}
.site-header__nav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 112px 30px 25px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  z-index: 3;
  transition: all 0.3s;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .site-header__nav {
    position: fixed;
    max-width: 390px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-header__nav {
    padding-top: 50px;
  }
}
.site-header__nav--inner {
  max-height: 100%;
  overflow-y: auto;
}
.site-header__nav .btn,
.site-header__nav .btn--second {
  min-height: 52px;
  line-height: 1.228;
  font-size: 16px;
  max-width: 287px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}
.site-header__nav .btn img,
.site-header__nav .btn--second img {
  max-width: 27px;
  max-height: 24px;
  mix-blend-mode: color-dodge;
  width: 100%;
}
.site-header__nav nav {
  margin-bottom: 35px;
}
.site-header__nav nav ul {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.01em;
  border-top: 0.5px solid var(--white);
}
.site-header__nav nav ul li {
  border-bottom: 0.5px solid var(--white);
}
.site-header__nav nav ul li a {
  color: var(--white);
  padding: 14px 5px;
  display: block;
}
.site-header__nav--links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.site-header .hamburger {
  margin-left: 10px;
}
.site-header.show-nav .site-header__nav {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.navs-bottom {
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .navs-bottom {
    padding-top: 50px;
  }
}
.navs-bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navs-bottom h2 {
  font-weight: 900;
  margin: 0 0 32px;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .navs-bottom h2 {
    font-size: 39px;
    margin: 0 0 48px;
  }
}
.navs-bottom .btn,
.navs-bottom .btn--second {
  min-height: 52px;
  line-height: 1.228;
  max-width: 330px;
  margin-bottom: 20px;
  box-shadow: 2.8px 2.8px 2.8px rgba(0, 0, 0, 0.75);
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .navs-bottom .btn,
.navs-bottom .btn--second {
    max-width: 495px;
    min-height: 78px;
    font-size: 22.5px;
    margin-bottom: 32px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
  }
}
.navs-bottom .btn img,
.navs-bottom .btn--second img {
  max-width: 26.5px;
  max-height: 33.5px;
  mix-blend-mode: color-dodge;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navs-bottom .btn img,
.navs-bottom .btn--second img {
    max-width: 40px;
    max-height: 35px;
  }
}
.navs-bottom nav {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .navs-bottom nav {
    margin-top: 20px;
  }
}
.navs-bottom nav ul {
  font-size: 14px;
  font-weight: 900;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .navs-bottom nav ul {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .navs-bottom nav ul {
    font-size: 21px;
  }
}
.navs-bottom nav ul li + li {
  margin-top: 5px;
}
.navs-bottom nav ul li a {
  display: inline-flex;
  color: var(--white);
  gap: 6px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .navs-bottom nav ul li a {
    gap: 10px;
  }
}
.navs-bottom nav ul li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/check.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .navs-bottom nav ul li a::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .navs-bottom nav ul li a::before {
    width: 24px;
    height: 24px;
  }
}

.site-footer {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-bottom: 70px;
  }
}
.site-footer .container {
  max-width: 830px;
}
.site-footer__logo {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo {
    margin-bottom: 26px;
  }
}
.site-footer__logo img {
  width: 100%;
  max-width: 106px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo img {
    max-width: 160px;
  }
}
.site-footer h2 {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-body);
}
@media only screen and (min-width: 768px) {
  .site-footer h2 {
    font-size: 25.5px;
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom-width: 1.5px;
  }
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    margin-bottom: 32px;
  }
}
.site-footer__info {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .site-footer__info {
    font-size: 15px;
  }
}
.site-footer__info h4 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .site-footer__info h4 {
    font-size: 32px;
  }
}
.site-footer__info h4 a {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer__info h4 a {
    font-size: 45px;
  }
}
.site-footer__info p {
  margin: 0;
}
.site-footer__contact {
  display: flex;
  gap: 10px 20px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__contact {
    gap: 10px 32px;
    font-size: 13px;
  }
}
.site-footer__contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.site-footer__contact a img {
  max-width: 32px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer__contact a img {
    max-width: 47px;
  }
}
.site-footer__contact a:nth-child(2) img {
  max-width: 27px;
}
@media only screen and (min-width: 768px) {
  .site-footer__contact a:nth-child(2) img {
    max-width: 40px;
  }
}
.site-footer nav {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer nav {
    margin-bottom: 12px;
  }
}
.site-footer nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Cormorant Infant", sans-serif;
}
@media only screen and (min-width: 768px) {
  .site-footer nav ul {
    font-size: 20px;
    gap: 10px 40px;
    flex-direction: row;
  }
}
.site-footer nav ul li a {
  color: var(--text-body);
  position: relative;
  padding-left: 9px;
}
@media only screen and (min-width: 768px) {
  .site-footer nav ul li a {
    padding-left: 14px;
  }
}
.site-footer nav ul li a::before {
  content: "";
  border-left: 5px solid var(--text-body);
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  top: 6px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer nav ul li a::before {
    border-left-width: 7px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    top: 8px;
  }
}
.site-footer__bottom {
  font-size: 13px;
  font-weight: 700;
  font-family: "Cormorant Infant", sans-serif;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    font-size: 20px;
  }
}
.site-footer__bottom p {
  margin: 0;
}

.contact-fixed {
  display: flex;
  align-items: center;
  padding: 18px 5px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  gap: 8px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .contact-fixed {
    display: none;
  }
}
.contact-fixed .btn,
.contact-fixed .btn--second {
  min-height: 52px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  padding: 5px 15px;
  line-height: 1.228;
  font-size: 16px;
  width: auto;
  max-width: none;
}
.contact-fixed .btn img,
.contact-fixed .btn--second img {
  max-width: 27px;
  max-height: 23px;
  mix-blend-mode: color-dodge;
  width: 100%;
}
.contact-fixed .btn--second {
  text-align: left;
  white-space: nowrap;
}

/** pages */
.banner {
  padding-top: 60px;
  color: var(--white);
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-top: 140px;
  }
}
.banner picture {
  display: block;
  margin-inline: -20px;
}
@media only screen and (min-width: 768px) {
  .banner picture {
    width: 90.3%;
    margin-inline: 0;
  }
}
.banner picture img {
  width: 100%;
  clip-path: polygon(0 14.2%, 100% 0, 100% 86%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .banner picture img {
    clip-path: polygon(0 21.2%, 100% 0, 100% 78.8%, 0% 100%);
  }
}
.banner__inner {
  font-size: 16px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner__inner {
    padding-inline: 50px 20px;
    font-size: 20px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner {
    font-size: 23.16px;
    margin-top: -155px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__inner {
    padding-inline: 100px 0;
  }
}
.banner__inner h2 {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.57;
  margin: 0;
  letter-spacing: 0.1em;
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .banner__inner h2 {
    font-size: 32px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner h2 {
    font-size: 42.48px;
  }
}
.banner__inner h2 span {
  color: var(--yellow);
}
.banner__inner p:last-of-type {
  margin: 0;
}
.banner::after {
  z-index: -2;
}
.banner__shape {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .banner__shape {
    display: none;
  }
}
.banner__shape--1 {
  width: calc(50vw + 148px);
  left: 0;
  top: 125px;
  background: #403d3c;
  height: 53vw;
  clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0% 100%);
}
@media only screen and (min-width: 1064px) {
  .banner__shape--1 {
    clip-path: polygon(0 10.5vw, 100% 0, 100% calc(100% - 10.5vw), 0% 100%);
    height: 654px;
  }
}
.banner__shape--2 {
  width: calc(50vw - 260px);
  right: 0;
  background: #ebdfd0;
  opacity: 0.3;
  clip-path: polygon(0 3.5vw, 100% 0, 100% calc(100% - 3.5vw), 0% 100%);
  top: 36vw;
  height: 45vw;
}
@media only screen and (min-width: 1064px) {
  .banner__shape--2 {
    top: 430px;
    clip-path: polygon(0 6.1vw, 100% 0, 100% calc(100% - 6.1vw), 0% 100%);
    height: 432px;
  }
}

.concern {
  z-index: 10;
}
.concern__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .concern__inner {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .concern__inner {
    gap: 34px;
  }
}
.concern__item {
  background: var(--text-body);
  padding: 9px;
  width: 100%;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .concern__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .concern__item {
    width: calc(50% - 17px);
    border-radius: 22.5px;
  }
}
.concern__item figure img {
  border-radius: 10px;
  aspect-ratio: 1.87;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .concern__item figure img {
    border-radius: 15px;
  }
}
.concern__item h3 {
  color: var(--white);
  font-weight: 900;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  align-items: center;
  display: flex;
  margin: 0;
  padding-block: 5px 13px;
}
@media only screen and (min-width: 992px) {
  .concern__item h3 {
    font-size: 25.5px;
  }
}
.concern__item h3 span {
  color: #A4A4A4;
  min-width: 80px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .concern__item h3 span {
    font-size: 36px;
    min-width: 120px;
  }
}
.concern__item h3 span::after {
  content: "";
  height: 36px;
  border-right: 2px solid #A4A4A4;
  transform: rotate(30deg);
}
@media only screen and (min-width: 768px) {
  .concern__item h3 span::after {
    border-right-width: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .concern__item h3 span::after {
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .ideal .section-heading {
    margin-bottom: 80px;
  }
}
.ideal__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ideal__inner {
    gap: 50px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .ideal__inner {
    gap: 70px 64px;
  }
}
.ideal__item {
  width: 100%;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .ideal__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .ideal__item {
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .ideal__item + .ideal__item {
    border-top: 1px dashed var(--text-body);
    padding-top: 22px;
    margin-top: 22px;
  }
}
.ideal__item figure {
  margin-bottom: 8px;
}
.ideal__item figure img {
  border-radius: 10px;
  aspect-ratio: 1.87;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .ideal__item figure img {
    border-radius: 15px;
  }
}
.ideal__item h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.41;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .ideal__item h3 {
    font-size: 30px;
  }
}
.ideal__item p {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .ideal__item p {
    padding-inline: 25px;
  }
}
.ideal__item p:last-of-type {
  margin: 0;
}

.instruction {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .instruction {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .instruction .section-heading {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .instruction__inner {
    display: flex;
  }
}
.instruction__inner picture {
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .instruction__inner picture {
    width: 48.5%;
    margin-bottom: 0;
  }
}
.instruction__inner picture img {
  width: 100%;
}
.instruction__body {
  color: var(--white);
  line-height: 1.64;
}
@media only screen and (min-width: 768px) {
  .instruction__body {
    width: 51.5%;
    padding-left: 30px;
    line-height: 1.619;
  }
}
@media only screen and (min-width: 992px) {
  .instruction__body {
    padding-left: 65px;
  }
}
.instruction__body h4 {
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .instruction__body h4 {
    font-size: 20px;
    margin: 0 0 12px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .instruction__body h4 {
    font-size: 25.5px;
  }
}
.instruction__body h3 {
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  line-height: 1.247;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .instruction__body h3 {
    font-size: 28px;
    margin: 0 0 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .instruction__body h3 {
    font-size: 34.5px;
    margin: 0 0 60px;
  }
}

.lesson {
  padding-block: 25px 50px;
  background: var(--text-body);
}
@media only screen and (min-width: 768px) {
  .lesson {
    padding-block: 50px 74px;
  }
}
.lesson .container {
  max-width: 840px;
}
.lesson__inner {
  background: var(--white);
  padding: 22px 25px 35px;
}
@media only screen and (min-width: 768px) {
  .lesson__inner {
    padding: 35px 50px 70px;
  }
}
.lesson__inner .section-heading {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .lesson__inner .section-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .lesson__inner .section-heading {
    margin-bottom: 80px;
  }
}
.lesson__content {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin: 0 auto 40px;
  max-width: 596px;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .lesson__content {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .lesson__content {
    font-size: 27px;
    margin-bottom: 76px;
  }
}
@media only screen and (min-width: 768px) {
  .lesson__info {
    display: flex;
    gap: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .lesson__info--column {
    width: calc(50% - 11px);
  }
}
.lesson__info--item {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .lesson__info--item {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .lesson__info--item {
    font-size: 24px;
  }
}
.lesson__info--item + .lesson__info--item {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .lesson__info--item + .lesson__info--item {
    margin-top: 35px;
  }
}
.lesson__info--item h4 {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 120px;
  display: inline-block;
  color: var(--white);
  background: #251e1c;
  line-height: 1.2;
  padding: 2px 15px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .lesson__info--item h4 {
    min-width: 180px;
    font-size: 17px;
    padding: 3px 15px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .lesson__info--item h4 {
    font-size: 20px;
  }
}
.lesson__info--item p:last-of-type {
  margin: 0;
}

.value__box {
  background: url("../images/home/bg-1.png") no-repeat 0 0/cover;
  position: relative;
  z-index: 1;
  padding: 42px 10px 70px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: -20px;
}
@media only screen and (min-width: 768px) {
  .value__box {
    padding: 62px 30px 80px;
  }
}
@media only screen and (min-width: 992px) {
  .value__box {
    margin-inline: 0;
  }
}
.value__box::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--black);
  opacity: 0.75;
}
.value__box h2 {
  font-size: 23px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.247;
  background: rgba(255, 255, 255, 0.3);
  font-family: "Shippori Mincho", serif;
  border-radius: 300px;
  margin: 0 0 60px;
  text-align: center;
  padding: 12px 37px;
}
@media only screen and (min-width: 768px) {
  .value__box h2 {
    font-size: 28px;
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 992px) {
  .value__box h2 {
    font-size: 34.5px;
    padding: 17px 40px;
  }
}
.value__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.value__item + .value__item {
  margin-top: 54px;
}
.value__item h4 {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  line-height: 1;
  border-radius: 50%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .value__item h4 {
    width: 56px;
    height: 56px;
    font-size: 34.5px;
    border-width: 1.5px;
    margin: 0 0 25px;
  }
}
.value__item h3 {
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1.247;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .value__item h3 {
    font-size: 34.5px;
  }
}

.price {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .price {
    padding-top: 80px;
  }
}
.price .section-heading {
  margin-bottom: 30px;
}
.price__inner {
  background: var(--white);
  max-width: 330px;
  margin: 0 auto 65px;
  text-align: center;
  min-height: 85px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .price__inner {
    max-width: 400px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .price__inner {
    max-width: 494px;
    min-height: 128px;
  }
}
.price__inner h3 {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  font-size: 27px;
  font-weight: 900;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .price__inner h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .price__inner h3 {
    font-size: 41px;
  }
}
.price__inner h3 strong {
  font-size: 45px;
}
@media only screen and (min-width: 768px) {
  .price__inner h3 strong {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .price__inner h3 strong {
    font-size: 67px;
  }
}
.price__inner h3 small {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .price__inner h3 small {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .price__inner h3 small {
    font-size: 25px;
  }
}

.access {
  background: var(--white);
  padding: 4px;
  max-width: 330px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .access {
    max-width: 400px;
    padding: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .access {
    max-width: 494px;
  }
}
.access__content {
  padding: 16px 8px 12px;
}
@media only screen and (min-width: 768px) {
  .access__content {
    padding: 20px 16px 20px;
  }
}
.access__content p {
  margin: 0;
}
.access__content hr {
  border: 1px dashed var(--text-body);
  margin-block: 10px;
}
@media only screen and (min-width: 768px) {
  .access__content hr {
    border-width: 1.5px;
    margin-block: 15px;
  }
}
.access iframe {
  width: 100%;
  height: 183px;
}
@media only screen and (min-width: 768px) {
  .access iframe {
    height: 275px;
  }
}

.faq {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding-bottom: 110px;
  }
}
.faq .container {
  max-width: 536px;
}
.faq__item {
  border-bottom: 2px solid var(--text-body);
}
@media only screen and (min-width: 768px) {
  .faq__item {
    border-bottom-width: 3px;
  }
}
.faq__item h3 {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  gap: 8px;
  font-family: "Shippori Mincho", serif;
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 0;
  min-height: 82px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .faq__item h3 {
    font-size: 25.5px;
    min-height: 120px;
    gap: 10px;
    padding: 15px 40px 15px 0;
  }
}
.faq__item h3::before {
  content: "Q";
  min-width: 35px;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--text-body);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .faq__item h3::before {
    min-width: 53px;
    width: 53px;
    height: 53px;
  }
}
.faq__item h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  width: 14px;
  height: 10px;
  background: url("../images/arrow-down.svg") no-repeat 50% 50%/100%;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .faq__item h3::after {
    width: 21px;
    height: 12px;
  }
}
.faq__item--body {
  display: none;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .faq__item--body {
    padding-bottom: 30px;
  }
}
.faq__item.show h3::after {
  transform: translateY(-50%) rotate(180deg);
}

.classes {
  padding-block: 50px;
  background: url("../images/home/bg-2-sp.png") no-repeat 0 0/cover;
  text-align: center;
  z-index: 1;
  position: relative;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .classes {
    background-image: url("../images/home/bg-2.png");
    padding-block: 80px;
  }
}
.classes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.classes__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.classes h2 {
  color: var(--white);
  line-height: 1.357;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 25px;
  letter-spacing: 0.2em;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .classes h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .classes h2 {
    font-size: 52px;
  }
}
.classes h4 {
  font-size: 19px;
  line-height: 1.47;
  color: var(--white);
  font-family: "Shippori Mincho", serif;
  margin: 0 0 52px;
  border: 1px solid var(--white);
  letter-spacing: 0.1em;
  padding: 13px 24px;
}
@media only screen and (min-width: 768px) {
  .classes h4 {
    font-size: 22px;
    border-width: 1.5px;
  }
}
@media only screen and (min-width: 992px) {
  .classes h4 {
    font-size: 29px;
    margin: 0 0 76px;
    padding: 19px 34px;
  }
}
.classes .btn, .classes .btn--second {
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .classes .btn, .classes .btn--second {
    min-height: 68px;
    gap: 20px;
  }
}
