@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* リセットCSS */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ------------------------------
* 共通管理用SCSS
------------------------------ */
body {
  background-color: #FFF6FB;
  color: #361929;
  font-family: "Hiragino Maru Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
}

/* デバイス切り替え */
.d-display_none {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .m-display_none {
    display: block !important;
  }
  .d-display_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .d-display_none {
    display: block !important;
  }
  .m-display_none {
    display: none !important;
  }
}
/* リンクボタン */
.btn {
  background-color: #F08C8D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn_link {
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

.btn.-round {
  border-radius: 1000px;
}

.btn.-cta {
  background-color: #FFF;
  background-image: url(../img/icn-cta_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 1.5px solid #F08C8D;
  -webkit-box-shadow: 0px 3px 0px 0px #F08C8D;
  box-shadow: 0px 3px 0px 0px #F08C8D;
  min-width: 383px;
}

.btn.-cta .btn_link {
  color: #F08C8D;
  font-size: 1.375rem;
  padding: 20px 20px 16px 42px;
}

.link {
  color: rgba(54, 25, 41, 0.5);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
}

/* ------------------------------
* Header
------------------------------ */
.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 246, 251, 0.8)), to(rgba(255, 246, 251, 0)));
  background: linear-gradient(180deg, rgba(255, 246, 251, 0.8) 0%, rgba(255, 246, 251, 0) 100%);
  padding: 32px 8.4027777778% 0 0;
  width: 100%;
  position: fixed;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 32px 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: linear-gradient(179deg, rgba(255, 246, 251, 0.8) 1.04%, rgba(255, 246, 251, 0) 98.96%);
    padding: 16px 16px 0 8.4027777778%;
  }
}
.header.is_bg_changed {
  -webkit-filter: invert(0);
  filter: invert(0);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FBEEF5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2%;
    height: 100vh;
    height: 100lvh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 64px 16px 20px;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.45s ease-out;
    transition: -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out;
    transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_list.is_open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header_list_item.-current a {
  border-bottom: 2px solid #F08C8D;
}

@media screen and (max-width: 767px) {
  .header_list_item.-current a {
    border-bottom: 1px solid rgba(240, 140, 141, 0.3);
    color: #F08C8D;
  }
}
@media screen and (max-width: 767px) {
  .header_list_item {
    width: max(247px, 65.8666666667%);
  }
}
.header_list_item_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  height: 46px;
  line-height: 130%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_list_item_link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .header_list_item_link {
    border-bottom: 1px solid rgba(240, 140, 141, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding-bottom: 18px;
  }
}
.header_list_item .btn_link {
  padding-left: 40px;
  padding-right: 40px;
}

.header_nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_nav_btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  position: relative;
  z-index: 1;
}

.header_nav_btn span {
  background-color: #361929;
  border-radius: 6px;
  display: block;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.header_nav_btn[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.header_nav_btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.header_nav_btn[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header_nav .btn {
  background-position: right 10px center;
  background-size: 18%;
  -webkit-box-shadow: 0px 1.425px 0px 0px #F08C8D;
  box-shadow: 0px 1.425px 0px 0px #F08C8D;
  border-width: 1px;
  min-width: 182px;
}

.header_nav .btn_link {
  font-size: 0.875rem !important;
  padding: 15px 10.985px 13px 19.552px !important;
}

.header_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header_list_content .snsList {
  margin-top: 4%;
}

.header_list_content .cta_block {
  margin-top: 9%;
}

.header_list_content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* オーバーレイのスタイル */
@media screen and (max-width: 767px) {
  .overlay {
    background-color: #333;
    cursor: pointer;
    height: 100vh;
    height: 100lvh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 10;
  }
  .overlay.is_active {
    opacity: 0.8;
    visibility: visible;
  }
}
/* ------------------------------
* Footer
------------------------------ */
/* Bread crumb */
.bc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 140px;
  padding-left: 8.4%;
}

@media screen and (max-width: 1024px) {
  .bc_list {
    padding-left: 32px;
  }
}
.bc_list_item:not(:first-child):before {
  content: "";
  background-image: url("../img/icn-arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 9.98px;
  margin-right: 8px;
  vertical-align: middle;
  width: 5.74px;
}

.bc_list_item_link {
  color: rgba(54, 25, 41, 0.5);
  font-size: 0.875rem;
}

.bc_list + .footer {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .bc_list + .footer {
    margin-top: 24px;
  }
}
.footer {
  background-color: #FBEEF5;
  border-radius: 100px 100px 0 0;
  padding: 72px 8.6% 32px;
  margin-top: 140px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 72px 32px 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    border-radius: 60px 60px 0 0;
    margin-top: 64px;
    padding: 40px 16px 32px;
  }
}
.footer_logo {
  aspect-ratio: 116/59;
  height: 100%;
  width: min(232px, 100%);
}

@media screen and (max-width: 1024px) {
  .footer_logo {
    width: min(174px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin-left: 16px;
    width: min(187px, 100%);
  }
}
.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_content_list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 0 32px;
  width: min(327px, 100%);
}

@media screen and (max-width: 1024px) {
  .footer_content_list {
    font-size: 0.875rem;
    gap: 0 4%;
    width: min(294.3px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .footer_content_list {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.footer_content_list_item {
  width: calc(50% - 16px);
}

@media screen and (max-width: 767px) {
  .footer_content_list_item {
    width: 48%;
  }
}
.footer_content_list_item_link {
  border-bottom: 1px solid rgba(240, 140, 141, 0.3);
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  padding: 16px 8px;
  width: 100%;
}

.footer .cta_block {
  width: min(383px, 100%);
}

@media screen and (max-width: 1024px) {
  .footer .cta_block {
    width: min(344.7px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .footer .cta_block {
    margin-top: 32px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.footer .snsList {
  margin-top: 32px;
  width: min(366px, 100%);
}

.footer_btm_content {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .footer_btm_content {
    margin-top: 24px;
  }
}
.footer_btm_content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer small {
  color: rgba(54, 25, 41, 0.5);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer small {
    font-size: 0.6875rem;
  }
}
/* ------------------------------
* ページトップ
------------------------------ */
.pageTop {
  height: 89.35px;
  width: 80px;
  position: absolute;
  top: -56px;
  right: 8.4%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pageTop:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .pageTop {
    top: 28px;
  }
}
.pageTop_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pageTop_link img {
  width: 100%;
}

/* ------------------------------
* 無料体験レッスンバナー
------------------------------ */
.cta_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F08C8D;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  height: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.cta_block_title {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 120%;
  position: relative;
}

.cta_block_title::before, .cta_block_title::after {
  content: "";
  display: block;
  background-color: #FFF;
  height: 1px;
  width: 22.804px;
  position: absolute;
  top: 50%;
}

.cta_block_title::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -32px;
}

.cta_block_title::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -32px;
}

.cta_block .btn {
  width: 69.45%;
}

.cta_block .btn_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  color: #F08C8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* ------------------------------
* SNS動線ボタン
------------------------------ */
.snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  gap: 4.2666666667%;
}

.snsList_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.snsList_item_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  color: #F08C8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  gap: 8px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snsList_item_link:hover {
  background-color: rgba(240, 140, 141, 0.7);
  color: #FFF;
}

.snsList_item_link_icon {
  height: 24px;
  width: 24px;
}

/* ------------------------------
* 下層ページ
------------------------------ */
img {
  display: block;
}

@media screen and (max-width: 767px) {
  img {
    width: min(375px, 100%);
  }
}
/* レイアウト */
.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 106px;
}

@media screen and (max-width: 1024px) {
  .l-2col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .l-2col_inner {
    width: 100%;
  }
}
/* 下層コンテンツ */
.art_top {
  background-image: url("../img/d-bg-art_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 392px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 165px;
}

@media screen and (max-width: 1024px) {
  .art_top {
    height: 272px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .art_top {
    background-image: url("../img/m-bg-art_top.png");
    padding-top: 140px;
  }
}
.art_top_title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 130%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .art_top_title {
    font-size: 2rem;
  }
}
.contents {
  margin-top: 48px;
}

.contents_section {
  margin: 0 auto;
  width: min(1034px, 100%);
}

.contents_section:not(:last-child) {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .contents_section:not(:last-child) {
    margin-bottom: 124px;
  }
}
@media screen and (max-width: 1024px) {
  .contents_section {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .contents_section {
    padding: 0 16px;
  }
}
/* タイトル */
.title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.title.-underLine {
  border-bottom: 1.5px solid rgba(240, 140, 141, 0.3);
  padding-bottom: 8px;
}

.title.-center {
  text-align: center;
}

.title.-center + p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 1.375rem;
  }
}
/* リスト */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.list.-crown {
  list-style-image: url(../img/icn-crown.svg);
  list-style-position: outside;
  margin-left: 1.5rem;
}

.list_item {
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .list_item {
    font-size: 0.875rem;
  }
}
/* ------------------------------
* 講師紹介
------------------------------ */
.profile_title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .profile_title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.profile_title_en {
  color: #F08C8D;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 100%;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .profile_title_en {
    margin-top: 16px;
  }
}
.profile_contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .profile_contents {
    margin-top: 36px;
  }
}
.profile_photo {
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .profile_photo {
    aspect-ratio: 464/627;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .profile_photo {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
.profile_block {
  margin-top: 40px;
}

.profile_block_text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 220%;
}

@media screen and (max-width: 767px) {
  .profile_block_text {
    letter-spacing: 0.04em;
    line-height: 180%;
  }
}
/* ------------------------------
* レッスンについて
------------------------------ */
.lesson_cat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lesson_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }
}
.lesson_cat_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  gap: 25px;
  letter-spacing: 0.04em;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .lesson_cat_title {
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lesson_cat_title_icon {
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  height: 109.25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.lesson_cat_title_icon.-intro {
  background-image: url("../img/bg-intro_lesson_cat_icon.svg");
}

.lesson_cat_title_icon.-kids {
  background-image: url("../img/bg-kids_lesson_cat_icon.svg");
}

.lesson_cat_title_icon.-adult {
  background-image: url("../img/bg-adult_lesson_cat_icon.svg");
}

@media screen and (max-width: 767px) {
  .lesson_cat_title_icon {
    position: absolute;
    top: -64px;
    left: 8px;
  }
}
.lesson_cat_subText {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  margin-top: 32px;
}

.lesson_cat_subText .comment {
  display: block;
  font-size: 0.875rem;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .lesson_cat_subText {
    font-size: 1rem;
    margin-top: 24px;
  }
  .lesson_cat_subText .comment {
    margin-top: 16px;
  }
}
.lesson_cat_price {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .lesson_cat_price {
    margin-top: 24px;
  }
}
.lesson_cat_price dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 18px;
  width: 136px;
}

@media screen and (max-width: 767px) {
  .lesson_cat_price dt {
    width: 138px;
  }
}
.lesson_cat_price dd {
  padding: 9px 18px;
  text-align: center;
  width: calc(100% - 136px);
}

@media screen and (max-width: 767px) {
  .lesson_cat_price dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
    width: 100%;
  }
}
.lesson_cat_price.-intro {
  border-color: #F08C8D;
}

.lesson_cat_price.-intro dt {
  background-color: rgba(240, 140, 141, 0.3);
  color: #F08C8D;
}

.lesson_cat_price.-kids {
  border-color: #A6CDB0;
}

.lesson_cat_price.-kids dt {
  background-color: rgba(166, 205, 176, 0.3);
  color: #A6CDB0;
}

.lesson_cat_price.-adult {
  border-color: #C1B37B;
}

.lesson_cat_price.-adult dt {
  background-color: rgba(193, 179, 123, 0.3);
  color: #C1B37B;
}

.lesson_cat_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 80px;
}

.lesson_cat_contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: min-content;
  flex-basis: min-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .lesson_cat_contents > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_cat_contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .lesson_cat_contents {
    gap: 48px;
    margin-top: 48px;
  }
  .lesson_cat_contents:not(:first-child) {
    margin-top: 16px;
  }
  .lesson_cat_contents > div {
    -ms-flex-preferred-size: max-content;
    flex-basis: max-content;
  }
}
.lesson_cat_contents_img {
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .lesson_cat_contents_img {
    aspect-ratio: 3/2;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lesson_cat_contents_img {
    aspect-ratio: 345/214;
    height: 100%;
  }
}
.lesson_cat_contents_title {
  margin-top: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .lesson_cat_contents_title {
    font-size: 1.375rem;
    text-align: center;
  }
}
.lesson_cat_contents_title.-intro {
  color: #F08C8D;
}

.lesson_cat_contents_title.-kids {
  color: #A6CDB0;
}

.lesson_cat_contents_title.-adult {
  color: #C1B37B;
}

.lesson_cat_contents_text {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 180%;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  #lesson .lesson_cat img {
    aspect-ratio: 464/296;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #lesson .contents_section:nth-child(2) .lesson_cat_contents > div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media screen and (max-width: 767px) {
  #lesson .contents_section:nth-child(2) .lesson_cat_contents > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/* ------------------------------
* レッスン時間・料金
------------------------------ */
.price_table {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 56px auto 0;
  overflow: hidden;
  width: min(1034px, 100%);
}

@media screen and (max-width: 767px) {
  .price_table {
    display: block;
  }
}
.price_table_head {
  background-color: #FFF;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .price_table_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_table_head tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.price_table_head th:not(:first-child) {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}

@media screen and (max-width: 767px) {
  .price_table_head th:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .price_table_head th {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .price_table_body {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.price_table_title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}

.price_table_title span {
  display: block;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .price_table_title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .price_table tr {
    width: 100%;
    min-width: 220px;
  }
}
.price_table th {
  padding: 6px 0;
  text-align: center;
}

.price_table td {
  background-color: #FFF;
  font-size: 1.125rem;
  height: 92px;
  line-height: 160%;
  padding: 14px 0;
  text-align: center;
  vertical-align: middle;
}

.price_table td.-intro {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 140, 141, 0.2)), to(rgba(240, 140, 141, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(240, 140, 141, 0.2) 0%, rgba(240, 140, 141, 0.2) 100%), #FFF;
}

.price_table td.-kids {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(145, 194, 158, 0.2)), to(rgba(145, 194, 158, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(145, 194, 158, 0.2) 0%, rgba(145, 194, 158, 0.2) 100%), #FFF;
}

.price_table td.-adult {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(193, 179, 123, 0.2)), to(rgba(193, 179, 123, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(193, 179, 123, 0.2) 0%, rgba(193, 179, 123, 0.2) 100%), #FFF;
}

.price_table td:not(.price_table_title) {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
  width: 245px;
}

@media screen and (max-width: 767px) {
  .price_table td:not(.price_table_title) {
    border-left: none;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .price_table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 74.5px;
    padding: 24px 0;
  }
}
.-obliqLine {
  background: linear-gradient(20deg, transparent 50%, rgba(17, 17, 17, 0.1) 49.5%, rgba(17, 17, 17, 0.1) 50.5%, transparent 51.5%);
  height: 92px;
  text-indent: -9999px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .-obliqLine {
    background: linear-gradient(28deg, transparent 50%, rgba(17, 17, 17, 0.1) 49.5%, rgba(17, 17, 17, 0.1) 50.5%, transparent 51.5%);
  }
}
@media screen and (max-width: 767px) {
  .-obliqLine {
    background: linear-gradient(18deg, transparent 50%, rgba(17, 17, 17, 0.1) 49.5%, rgba(17, 17, 17, 0.1) 50.5%, transparent 51.5%);
    height: 73.5px;
  }
}
.price_table .m-price_table_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 116px;
  width: 116px;
  position: sticky;
  left: 0;
}

.price_table .m-price_table_head th {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-right: 1px solid rgba(17, 17, 17, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 160%;
  min-height: 74.5px;
  padding: 0;
}

/* 表示切り替え */
.price_table_title {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_table_title {
    display: block;
  }
}
.price_table_body .price_table_title {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .price_table_body .price_table_title {
    display: none;
  }
}
.scroll-hint-icon {
  top: calc(50% - 42px);
}

/* ------------------------------
* プライバシーポリシー
------------------------------ */
.privacy_policy .contents_section:not(:last-child) {
  margin-bottom: 64px;
}

.privacy_policy p {
  font-size: 1.125rem;
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  .privacy_policy p {
    font-size: 1rem;
  }
}
.privacy_policy ul {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 140, 141, 0.2)), to(rgba(240, 140, 141, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(240, 140, 141, 0.2) 0%, rgba(240, 140, 141, 0.2) 100%), #FFF;
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px 24px;
}

.privacy_policy ul li {
  font-size: 1rem;
  line-height: 200%;
  list-style-type: disc;
  list-style-position: inside;
}

.privacy_policy ul li + li {
  margin-top: 8px;
}