/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.inner {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}

.inner-narrow {
  width: min(1000px, 100% - 40px);
  margin-inline: auto;
}

.inner-wide {
  width: min(1600px, 92%);
  margin-inline: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.disnone {
  display: none;
}
.disnone div:empty {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333333;
  word-wrap: break-word;
  overflow: hidden;
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_page #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .top_page #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_page #contents {
  position: relative;
}

.full-width #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .full-width #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100% !important;
  position: relative;
}

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px !important;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfixed table {
  table-layout: fixed;
}

table td img {
  height: auto;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

select,
input,
label {
  height: auto !important;
}

a {
  text-decoration: none;
}

a {
  transition: opacity 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}
a.link-no-opacity:hover {
  opacity: 1;
}

@media (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 640px) {
  a[href^="tel:"]:hover {
    opacity: 0.6;
  }
}

a.link-color {
  color: #933752;
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
#global_header {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-block: 10px;
}
@media (max-width: 835px) {
  #global_header {
    padding-block: 12px;
  }
}

.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
}
.header_inner .header_logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: auto;
  cursor: pointer;
}
.header_inner .header_logo a {
  padding: 6px;
}
.header_inner .header_logo a img {
  width: 220px;
}
@media (max-width: 1024px) {
  .header_inner .header_logo a img {
    width: 180px;
  }
}
@media (max-width: 835px) {
  .header_inner .header_logo a img {
    width: 120px;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100dvh;
    transition: right 0.4s;
    z-index: 999;
    background-color: #933752;
    scrollbar-gutter: stable;
    display: flex;
  }
  .header_inner .header_nav.active {
    right: 0;
  }
}
.header_inner .header_nav .header_menu {
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 835px) {
  .header_inner .header_nav .header_menu {
    flex-direction: column;
    margin-block: auto;
  }
}
.header_inner .header_nav .header_menu .header_list:not(:nth-child(1)) {
  position: relative;
}
.header_inner .header_nav .header_menu .header_list:not(:nth-child(1))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: calc((100% - 1em) / 2);
  background-color: currentColor;
}
@media (max-width: 835px) {
  .header_inner .header_nav .header_menu .header_list:not(:nth-child(1))::before {
    display: none;
  }
}
.header_inner .header_nav .header_menu .header_list > a {
  font-weight: 500;
  display: block;
  padding-inline: 25px;
  padding-block: 4px;
  cursor: pointer;
  font-size: 1.125rem;
}
@media (max-width: 1600px) {
  .header_inner .header_nav .header_menu .header_list > a {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .header_inner .header_nav .header_menu .header_list > a {
    padding: 14px;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .header_inner .header_nav .header_menu .header_list > a {
    padding: 12px;
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav .header_menu .header_list > a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
}
.header_inner .header_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .header_inner .header_info {
    display: none;
  }
}
.header_inner .header_info .header_btn a {
  --btn-width: 220px;
  --btn-height: 50px;
  color: #fff;
  background-color: #933752;
}

.header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  z-index: 99999;
  padding-block: 14px;
  animation: header-fixed 0.6s both;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  box-shadow: 3px 10px 30px rgba(93, 77, 55, 0.2);
}
@media (max-width: 835px) {
  .header_nav.fixed {
    display: none;
  }
}
.header_nav.fixed > ul {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.header_nav.fixed > ul li {
  flex-grow: 1;
}
.header_nav.fixed > ul li:not(:nth-child(1)) {
  position: relative;
}
.header_nav.fixed > ul li:not(:nth-child(1))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: calc((100% - 1em) / 2);
  background-color: currentColor;
}
.header_nav.fixed > ul li > * {
  display: block;
  padding-block: 4px;
  padding-inline: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header_nav.fixed > ul li.has-sub-nav {
  position: relative;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li {
  white-space: nowrap;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li::before {
  display: none;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li a {
  display: block;
  padding-block: 8px !important;
}

.side-info {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
@media (max-width: 835px) {
  .side-info {
    width: 100%;
    gap: 2px;
    background-color: #fff;
  }
}
.side-info .side_btn {
  --btn-width: 300px;
  --btn-height: 60px;
}
@media (max-width: 835px) {
  .side-info .side_btn {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .side-info .side_btn a {
    font-size: 1rem;
  }
}
.side-info .side_phone {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  width: 300px;
  height: 60px;
  background-color: #933752;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 835px) {
  .side-info .side_phone {
    width: 50%;
  }
}
.side-info .side_phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.side-info .side_phone a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  letter-spacing: 0.05em;
}
.side-info.active {
  opacity: 1;
  visibility: visible;
}

@keyframes header-fixed {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.drawer-toggle {
  width: 40px;
  height: 40px;
  background-color: #933752;
  position: fixed;
  top: 4px;
  right: 0;
  display: none;
  z-index: 999;
  cursor: pointer;
  border: none;
}
@media (max-width: 835px) {
  .drawer-toggle {
    display: grid;
    place-items: center;
    grid-template-areas: "content";
  }
}
.drawer-toggle span {
  width: 84%;
  height: 2px;
  background-color: #fff;
  grid-area: content;
}
.drawer-toggle span:first-child {
  translate: 0 -10px;
  transition: rotate 0.2s;
}
.drawer-toggle span:nth-child(2) {
  transition: opacity 0.1s;
}
.drawer-toggle span:last-child {
  translate: 0 10px;
  transition: rotate 0.2s;
}
.drawer-toggle.active span:first-child {
  rotate: 45deg;
  translate: 0 0;
}
.drawer-toggle.active span:nth-child(2) {
  opacity: 0;
}
.drawer-toggle.active span:last-child {
  translate: 0 0;
  rotate: -45deg;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
body {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Cormorant Infant", serif;
}

.bg-full {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.text-main {
  color: #933752;
}

.bg-main {
  color: #fff;
  background-color: #933752;
}

.text-left {
  -moz-text-align-last: left;
       text-align-last: left;
}

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

.text-right {
  text-align: right;
}

.link-inherit:link {
  color: inherit;
}
.link-inherit:visited {
  color: inherit;
}
.link-inherit a:link {
  color: inherit;
}
.link-inherit a:visited {
  color: inherit;
}

.link-underline {
  text-decoration: underline;
}

.btn {
  --btn-width: 220px;
  --btn-height: 50px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn a {
  font-family: "Shippori Mincho", serif;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  background-color: #933752;
}
@media (max-width: 1200px) {
  .btn a {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .btn a {
    font-size: 0.75rem;
  }
}
.btn.btn-arrow a {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #3c9ef4;
}
.btn.btn-arrow a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
.btn.btn-contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}
.btn.btn-sm {
  --btn-width: 260px;
  --btn-height: 50px;
}
@media (max-width: 1200px) {
  .btn.btn-sm {
    --btn-width: 200px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-sm {
    --btn-width: 180px;
  }
}
@media (max-width: 835px) {
  .btn.btn-sm {
    --btn-width: 160px;
    --btn-height: 40px;
  }
}
.btn.btn-lg {
  --btn-width: 400px;
  --btn-height: 80px;
}
@media (max-width: 1600px) {
  .btn.btn-lg {
    --btn-width: 280px;
    --btn-height: 50px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-lg {
    --btn-width: 240px;
    --btn-height: 50px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-lg {
    --btn-width: 200px;
  }
}
.btn.btn-lg a {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a {
    font-size: 1.125rem;
  }
}
.btn.btn-lg a::before {
  font-size: 1.875rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .btn.btn-lg a::before {
    font-size: 1.25rem;
  }
}

.title-font-md * {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-md * {
    font-size: 1rem;
  }
}

.title-font-lg * {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-lg * {
    font-size: 1.25rem;
  }
}

.title-common {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1600px) {
  .title-common {
    margin-bottom: 60px;
  }
}
@media (max-width: 835px) {
  .title-common {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .title-common {
    margin-bottom: 30px;
  }
}
.title-common h2 {
  font-family: "Cormorant Infant", serif;
  font-size: 6.25rem;
  color: #933752;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .title-common h2 {
    font-size: 5rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .title-common h2 {
    font-size: 3.75rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .title-common h2 {
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 835px) {
  .title-common h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .title-common h2 {
    margin-bottom: 12px;
  }
}
.title-common .title-common_label,
.title-common div {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1b1b1b;
}
@media (max-width: 1200px) {
  .title-common .title-common_label,
  .title-common div {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .title-common .title-common_label,
  .title-common div {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-common .title-common_label,
  .title-common div {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .title-common .title-common_label,
  .title-common div {
    font-size: 0.875rem;
  }
}

.title01 h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title01 h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .title01 h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .title01 h2 {
    font-size: 2.25rem;
  }
}
.title01 .title01_label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .title01 .title01_label {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title01 .title01_label {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .title01 .title01_label {
    font-size: 0.875rem;
  }
}

.title02 article {
  display: grid;
  gap: 30px;
}
@media (max-width: 1200px) {
  .title02 article {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .title02 article {
    gap: 12px;
  }
}
.title02 article h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title02 article h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .title02 article h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .title02 article h2 {
    font-size: 2.25rem;
  }
}

.line-height-wide {
  line-height: 2;
  margin-top: -0.25lh;
}

.line-height-super-wide, .cont1 .lead_sentence div, #global_footer .footer_top .trial-lesson-notice {
  line-height: 3;
  margin-top: -0.25lh;
}

.fancybox-grid-3col {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
  gap: clamp(40px, 4vw, 30px);
}
.fancybox-grid-3col .box article a {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.fancybox-grid-3col .box article a img {
  width: 100% !important;
}
.fancybox-grid-3col .box article h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .fancybox-grid-3col .box article h3 {
    font-size: 1.125rem;
  }
}

.grid-3col {
  --gutter: clamp(60px, 5vw, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
  justify-content: center;
}
@media (max-width: 1024px) {
  .grid-3col {
    --gutter: 4vw;
  }
}
@media (max-width: 835px) {
  .grid-3col {
    --gutter: 2vw;
  }
}
.grid-3col > * {
  position: relative;
  flex-basis: calc((100% - var(--gutter) * 2) / 3);
}
@media (max-width: 640px) {
  .grid-3col > * {
    flex-basis: 100%;
  }
}
.grid-3col .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.grid-3col .box h3,
.grid-3col .box h4 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media (max-width: 1600px) {
  .grid-3col .box h3,
  .grid-3col .box h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .grid-3col .box h3,
  .grid-3col .box h4 {
    font-size: 1.125rem;
  }
}

.cards-col2 {
  --gutter: 5%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter);
  justify-content: center;
}
@media (max-width: 1024px) {
  .cards-col2 {
    --gutter: 4%;
  }
}
@media (max-width: 835px) {
  .cards-col2 {
    --gutter: 2%;
  }
}
.cards-col2 > * {
  position: relative;
  flex-basis: calc((100% - var(--gutter) * 2) / 2);
  gap: 40px;
}
.cards-col2 > *:nth-child(n+3) {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .cards-col2 > * {
    flex-basis: 100%;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .cards-col2 > *:not(:first-child) {
    margin-top: 40px;
  }
}

.cards02 {
  counter-increment: number 0;
}
.cards02 .box {
  overflow: visible !important;
  position: relative;
  counter-increment: number 1;
}
.cards02 .box h3 {
  font-size: 1.25rem;
  border-bottom: 2px solid #933752;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 835px) {
  .cards02 .box h3 {
    font-size: 1.125rem;
  }
}
.cards02 .box::before {
  content: "0" counter(number);
  font-family: "Cormorant Infant", serif;
  font-size: 3em;
  position: absolute;
  top: -30px;
  left: 0;
  color: #fecc20;
  font-weight: 600;
}
.cards02 .box:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .cards02 .box:nth-child(n+2) {
    margin-top: 40px;
  }
}

.cards_icon-center .box {
  text-align: center;
}
.cards_icon-center .box img {
  max-width: 128px;
  width: 6.7vw;
}
.cards_icon-center .box h3 {
  color: #933752;
  font-size: 1.25rem;
  margin-block: 4px;
}
@media (max-width: 835px) {
  .cards_icon-center .box h3 {
    font-size: 1rem;
  }
}

.img-text {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: start;
  gap: 60px;
}
@media (max-width: 1600px) {
  .img-text {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .img-text {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .img-text {
    gap: 30px;
    flex-direction: column !important;
  }
}
@media (max-width: 640px) {
  .img-text {
    gap: 20px;
  }
}
.img-text .box:nth-child(1) {
  flex: 1;
  width: 100%;
}
@media (max-width: 835px) {
  .img-text .box:nth-child(1) {
    flex: unset;
  }
}
.img-text .box:nth-child(1) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text .box:nth-child(2) {
  flex: 1;
}
@media (max-width: 835px) {
  .img-text.img-text-movie .box {
    width: 100%;
  }
}
.img-text.img-text-movie .box article h3 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
@media (max-width: 835px) {
  .img-text.img-text-movie .box article h3 {
    font-size: 1rem;
  }
}
.img-text.img-text-movie .box article > div {
  aspect-ratio: 16/9;
}
.img-text.img-text-movie .box article > div iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 430px) {
  .xsp-only {
    display: none;
  }
}

@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 835px) {
  .tab-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.br-adjust {
  display: none;
}
@media (min-width: 835px) and (max-width: 1024px) {
  .br-adjust {
    display: inline;
  }
}
@media (max-width: 640px) {
  .br-adjust {
    display: inline;
  }
}

.bdb {
  line-height: 1;
  border-bottom: 2px solid #933752;
}

.bd-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-20 {
    border-radius: 12px;
  }
}
.bd-20 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.bd-30 {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-30 {
    border-radius: 18px;
  }
}
.bd-30 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-bd-20 img {
  border-radius: 20px;
}
@media (max-width: 835px) {
  .img-bd-20 img {
    border-radius: 16px;
  }
}

.bd-blue {
  border: 8px solid #933752;
}
@media (max-width: 1200px) {
  .bd-blue {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-blue {
    border-width: 4px;
  }
}

.bd-yellow {
  border: 8px solid #fecc20;
}
@media (max-width: 1200px) {
  .bd-yellow {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-yellow {
    border-width: 4px;
  }
}

.text-bundle {
  display: grid;
  gap: 20px;
}
@media (max-width: 835px) {
  .text-bundle {
    gap: 12px;
  }
}

.text-bundle-narrow {
  display: grid;
  gap: 6px;
}

.list-bundle {
  display: grid;
  gap: 4px;
}

.breadcrumb ol {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumb ol li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin-inline: 6px;
}

.lower-page-title {
  text-align: center !important;
  isolation: isolate;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  line-height: 1;
}
.lower-page-title h1 {
  font-size: 3.75rem;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .lower-page-title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title h1 {
    font-size: 2.25rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 835px) {
  .lower-page-title h1 {
    font-size: 1.5rem;
  }
}
.lower-page-title span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .lower-page-title span {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title span {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .lower-page-title span {
    font-size: 0.875rem;
  }
}
.lower-page-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  visibility: visible;
}

.lower-section-title article {
  display: flex;
  align-items: baseline;
  gap: 24px;
}
@media (max-width: 1600px) {
  .lower-section-title article {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .lower-section-title article {
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .lower-section-title article {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
}
.lower-section-title article h2 {
  font-size: 4.5rem;
  color: #933752;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}
@media (max-width: 1600px) {
  .lower-section-title article h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .lower-section-title article h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .lower-section-title article h2 {
    font-size: 2.25rem;
  }
}
.lower-section-title article > div {
  line-height: 1;
}
.lower-section-title article > div .jp {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .lower-section-title article > div .jp {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .lower-section-title article > div .jp {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .lower-section-title article > div .jp {
    font-size: 1rem;
  }
}
.lower-section-title article::after {
  content: "";
  display: block;
  flex: 1;
  height: 0.5px;
  background-color: #933752;
  visibility: visible;
  width: 60px;
  opacity: 0.2;
}
@media (max-width: 835px) {
  .lower-section-title article::after {
    flex: unset;
  }
}

.lower-title-line {
  border-bottom: 2px solid #ccc;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.lower-title-line h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lower-title-line h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .lower-title-line h2 {
    font-size: 1.125rem;
  }
}
.lower-title-line h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 835px) {
  .lower-title-line h3 {
    font-size: 1.125rem;
  }
}
.lower-title-line::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #933752;
  z-index: 1;
}

.lower-title-lb h2,
.lower-title-lb h3 {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #933752;
  padding-block: 4px;
  padding-left: 12px;
  border-left: 4px solid currentColor;
}
@media (max-width: 1024px) {
  .lower-title-lb h2,
  .lower-title-lb h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .lower-title-lb h2,
  .lower-title-lb h3 {
    font-size: 1.25rem;
  }
}

.lower-title-bd-g h3,
.lower-title-bd-g h4 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  border-bottom-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #933752, transparent) 1;
     border-image: linear-gradient(to right, #933752, transparent) 1;
}

.lower-title-lead {
  background-color: rgba(254, 238, 238, 0.4);
}
.lower-title-lead article {
  display: flex;
  flex-direction: column;
}
.lower-title-lead article h2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #933752;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .lower-title-lead article h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .lower-title-lead article h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .lower-title-lead article h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .lower-title-lead article h2 {
    font-size: 1.25rem;
  }
}
.lower-title-lead article h2::before {
  content: "";
  background-image: url(../images/contents/note_icon_01.png);
  width: 1lh;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lower-title-lead article > div {
  font-size: 1.25rem;
  order: 1;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .lower-title-lead article > div {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .lower-title-lead article > div {
    font-size: 1rem;
  }
}
.lower-title-lead article::after {
  content: "";
  display: block;
  width: 100%;
  background-image: radial-gradient(circle, #933752 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  visibility: visible;
  height: 1px;
}

.title-bg {
  color: #fff;
  background-image: linear-gradient(#933752, #5e2d3d);
}

.lower-tel .tel-link a span {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .lower-tel .tel-link a span {
    font-size: 1.75rem;
  }
}

.tel-link a {
  font-size: 1.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1600px) {
  .tel-link a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .tel-link a {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .tel-link a {
    font-size: 1.125rem;
  }
}
.tel-link a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #933752;
  color: #fff !important;
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.table {
  white-space: nowrap;
}

.counter {
  counter-reset: my-number;
}
.counter .counter__item::before {
  counter-increment: my-number;
  content: "0" counter(my-number) ".";
  font-family: "Cormorant Infant", serif;
}

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

.process dl {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .process dl {
    padding-bottom: 60px;
  }
}
@media (max-width: 835px) {
  .process dl {
    padding-bottom: 40px;
  }
}
.process dl dt {
  border: unset !important;
  background-color: unset !important;
  width: 100% !important;
  padding: 0 0 12px 0 !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  border-bottom: 1px solid #933752 !important;
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .process dl dt {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .process dl dt {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .process dl dt {
    font-size: 1.125rem;
  }
}
.process dl dd {
  border: unset !important;
  background-color: unset !important;
  width: 100% !important;
  padding: 0 !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
@media (max-width: 1600px) {
  .process dl dd {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .process dl dd {
    font-size: 0.875rem;
  }
}
.process dl::before {
  content: "0" counter(my-number);
  counter-increment: my-number 1;
  font-family: "Cormorant Infant", serif;
  color: #933752;
  font-size: 3.75rem;
}
@media (max-width: 1600px) {
  .process dl::before {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .process dl::before {
    font-size: 2.25rem;
  }
}
.process dl:not(:last-child) {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .process dl:not(:last-child) {
    padding-bottom: 60px;
  }
}
@media (max-width: 835px) {
  .process dl:not(:last-child) {
    padding-bottom: 40px;
  }
}
.process dl:not(:last-child)::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 2/1;
  background-color: #933752;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  margin-inline: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1600px) {
  .process dl:not(:last-child)::after {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .process dl:not(:last-child)::after {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .process dl:not(:last-child)::after {
    width: 30px;
  }
}
.process dl:not(:first-child) {
  margin-top: 16px;
}

.faq {
  display: grid;
  gap: 20px;
}
@media (max-width: 835px) {
  .faq {
    gap: 40px;
  }
}
.faq dl {
  align-items: start;
  gap: 20px;
}
@media (max-width: 1200px) {
  .faq dl {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .faq dl {
    gap: 12px;
  }
}
@media (max-width: 835px) {
  .faq dl {
    flex-direction: column;
  }
}
.faq dl:nth-child(odd) dt {
  border-radius: 50%;
  background-color: #feeeee !important;
}
.faq dl dt {
  border: unset !important;
  background-color: unset !important;
  padding: 0 !important;
  font-size: 2.5rem;
  font-family: "Cormorant Infant", serif;
  color: #933752;
  width: 50px !important;
  height: 50px;
  justify-content: center !important;
  align-items: center !important;
}
.faq dl dd {
  border: unset !important;
  background-color: unset !important;
  padding: 0 !important;
  width: auto !important;
  flex: 1;
}

.price {
  background-color: #feeeee;
  padding: 40px;
  position: relative;
}
.price dl {
  border-bottom: 1px solid #933752;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  align-items: center !important;
  gap: 14px;
}
@media (max-width: 640px) {
  .price dl {
    flex-direction: column !important;
    align-items: start !important;
    gap: 4px;
  }
}
.price dl dt {
  background-color: unset !important;
  border: unset !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .price dl dt {
    font-size: 1rem;
  }
}
.price dl dd {
  background-color: unset !important;
  border: unset !important;
  padding: 0 !important;
  width: auto !important;
  order: 1;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .price dl dd {
    font-size: 1rem;
  }
}
.price dl::after {
  content: "";
  flex: 1;
  background-image: radial-gradient(circle, #808080 1px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  visibility: visible;
  height: 1px;
}
@media (max-width: 640px) {
  .price dl::after {
    display: none;
  }
}
.price::after {
  content: "";
  display: block;
  background-color: #feeeee;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  z-index: -1;
  visibility: visible;
}

.customer-voice {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1600px) {
  .customer-voice {
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .customer-voice {
    gap: 20px;
    flex-direction: column;
  }
}
.customer-voice .customer-voice_img {
  flex: 1;
}
.customer-voice .customer-voice_img img {
  height: auto !important;
}
.customer-voice .customer-voice_text {
  flex: 1.5;
}
@media (max-width: 1024px) {
  .customer-voice .customer-voice_text {
    flex: 1.7;
  }
}
.customer-voice .customer-voice_name {
  margin-bottom: 16px;
}
.customer-voice .customer-voice_name article {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.customer-voice .customer-voice_name article h3 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #5e2d3d;
}
.customer-voice .customer-voice_name article div {
  color: #933752;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #78520a;
}
.customer-voice .customer-voice_feedback {
  display: grid;
  gap: 20px;
}
.customer-voice .customer-voice_feedback dl {
  flex-direction: column !important;
  border-radius: 10px;
  background-color: #feeeee;
  padding: 20px;
  color: #5e2d3d;
}
.customer-voice .customer-voice_feedback dl dt {
  background-color: unset !important;
  border: unset !important;
  padding: 0 !important;
  font-size: 1.25rem;
  padding-bottom: 6px !important;
  width: 100% !important;
  border-bottom: 1px dotted rgba(147, 55, 82, 0.4) !important;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .customer-voice .customer-voice_feedback dl dt {
    font-size: 1.125rem;
  }
}
.customer-voice .customer-voice_feedback dl dd {
  background-color: unset !important;
  border: unset !important;
  padding: 0 !important;
  width: 100% !important;
  font-weight: 600;
  margin-top: 8px !important;
}

.imformation_dl {
  display: grid;
  gap: 20px;
}
.imformation_dl dl {
  display: flex;
}
@media (max-width: 640px) {
  .imformation_dl dl {
    flex-direction: column;
  }
}
.imformation_dl dl dt {
  border: unset !important;
  background-color: #933752 !important;
  color: #fff !important;
  font-size: 1.125rem;
  padding: 12px;
}
@media (max-width: 1024px) {
  .imformation_dl dl dt {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .imformation_dl dl dt {
    width: 100% !important;
  }
}
.imformation_dl dl dd {
  border: 1px solid #ccc !important;
  font-size: 1.125rem;
  padding: 12px;
}
@media (max-width: 1024px) {
  .imformation_dl dl dd {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .imformation_dl dl dd {
    width: 100% !important;
  }
}

.instructor-history-list ul {
  display: flex;
  flex-direction: column;
}
.instructor-history-list ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.instructor-history-list ul li::before {
  content: "\f4d6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #933752;
  font-size: 1.2em;
}

.error2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  .error2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .error2 h2 {
    font-size: 1.125rem;
  }
}
.error2 .error2_btn {
  display: inline-block;
  color: #933752;
  padding: 16px 60px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  transition: color 0.2s, background-color 0.3s;
}
@media (max-width: 1024px) {
  .error2 .error2_btn {
    font-size: 1rem;
    padding: 12px 40px;
  }
}
.error2 .error2_btn:hover {
  color: #fff;
  background-color: #933752;
}

section form h2.mail.title {
  display: none;
}

.img-text-contact {
  display: flex;
  align-items: start;
  flex-wrap: nowrap !important;
  gap: 20px;
}
@media (max-width: 640px) {
  .img-text-contact {
    flex-direction: column !important;
    gap: 14px;
  }
}
.img-text-contact .box:first-child {
  width: 20%;
  aspect-ratio: 1;
  min-width: 180px;
}
@media (max-width: 640px) {
  .img-text-contact .box:first-child {
    width: 100%;
  }
}
.img-text-contact .box:first-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form-confirm #contents_wrap {
  margin-top: 100px !important;
}

.page-form-complete #contents_wrap {
  margin-top: 100px !important;
}

.page-form-error #contents_wrap {
  margin-top: 100px !important;
}

.greeting .box:nth-child(2) {
  line-height: 2;
  margin-top: -0.25lh;
}

.company_DL dl {
  display: flex;
}
@media (max-width: 640px) {
  .company_DL dl {
    flex-direction: column;
  }
}
.company_DL dt {
  background-color: #933752 !important;
  color: #fff;
}
@media (max-width: 640px) {
  .company_DL dt {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .company_DL dd {
    border-top: none !important;
    width: 100% !important;
    padding-bottom: 16px !important;
  }
}
.company_DL.dt-center dt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

.map {
  height: 350px;
}
.map * {
  height: 100% !important;
}
.map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hours-table {
  overflow-x: auto;
}
.hours-table article table tbody tr td {
  padding: 0 !important;
}
.hours-table article table tbody tr td > div {
  padding-block: 8px !important;
  padding-inline: 2px !important;
  text-align: center !important;
  white-space: nowrap;
  font-weight: 600;
  min-width: 130px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 835px) {
  .hours-table article table tbody tr td > div {
    font-size: 0.75rem;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}

.top_page #global_footer {
  margin-top: 0 !important;
}

#global_footer {
  margin-top: 100px !important;
  padding-top: 160px;
  background-size: cover;
}
@media (max-width: 1024px) {
  #global_footer {
    margin-top: 80px !important;
    padding-top: 120px;
  }
}
@media (max-width: 835px) {
  #global_footer {
    margin-top: 60px !important;
    padding-top: 80px;
  }
}
#global_footer .footer_top {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #global_footer .footer_top {
    padding-bottom: 60px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top {
    padding-bottom: 40px;
  }
}
#global_footer .footer_top .trial-lesson-notice {
  font-size: 1.125rem;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #global_footer .footer_top .trial-lesson-notice {
    font-size: 1rem;
    margin-bottom: 60px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .trial-lesson-notice {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_top .trial-lesson-notice {
    text-align: left !important;
    line-height: 2;
    padding-block: 18px;
    padding-inline: 16px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_top .trial-lesson-notice p:not(:last-child) {
    margin-bottom: 16px;
  }
}
#global_footer .footer_top .footer_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1600px) {
  #global_footer .footer_top .footer_info {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_top .footer_info {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_top .footer_info {
    gap: 14px;
  }
}
#global_footer .footer_top .footer_info .footer_btn {
  --btn-width: 400px;
  --btn-height: 100px;
}
@media (max-width: 1600px) {
  #global_footer .footer_top .footer_info .footer_btn {
    --btn-width: 360px;
    --btn-height: 80px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_top .footer_info .footer_btn {
    --btn-width: 280px;
    --btn-height: 60px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_btn {
    --btn-width: 260px;
    --btn-height: 60px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_btn {
    --btn-width: 240px;
    --btn-height: 50px;
  }
}
#global_footer .footer_top .footer_info .footer_btn a {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  #global_footer .footer_top .footer_info .footer_btn a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_btn a {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_btn a {
    font-size: 1rem;
  }
}
#global_footer .footer_top .footer_info .footer_phone a {
  gap: 20px;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  #global_footer .footer_top .footer_info .footer_phone a {
    font-size: 2.25rem;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_phone a {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_phone a {
    font-size: 1.125rem;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_top .footer_info .footer_phone a {
    font-size: 1rem;
    gap: 8;
  }
}
#global_footer .footer_top .footer_info .footer_phone a::before {
  width: 80px;
  height: 80px;
  font-size: 1.875rem;
}
@media (max-width: 1600px) {
  #global_footer .footer_top .footer_info .footer_phone a::before {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_top .footer_info .footer_phone a::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_top .footer_info .footer_phone a::before {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_top .footer_info .footer_phone a::before {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
#global_footer .footer_middle {
  line-height: 1;
}
#global_footer .footer_middle .footer_middle-inner {
  display: flex;
  align-items: start;
  gap: 120px;
}
@media (max-width: 1600px) {
  #global_footer .footer_middle .footer_middle-inner {
    gap: 100px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company {
  text-align: left;
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company {
    text-align: center;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo {
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo {
    margin-bottom: 28px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo {
    margin-bottom: 14px;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo img {
  width: 260px;
  height: auto;
}
@media (max-width: 1600px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo img {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo img {
    width: 160px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_logo img {
    width: 120px;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-address {
  margin-bottom: 16px;
  font-size: 1rem;
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-address {
    font-size: 0.875rem;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-tel {
  margin-bottom: 16px;
  font-size: 1rem;
  display: flex;
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-tel {
    justify-content: center;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-tel {
    font-size: 0.875rem;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_company-tel a {
  display: block;
}
#global_footer .footer_middle .footer_middle-inner .footer_company .footer_close {
  font-size: 1rem;
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_company .footer_close {
    font-size: 0.875rem;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_hours {
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
}
@media (max-width: 1200px) {
  #global_footer .footer_middle .footer_middle-inner .footer_hours {
    width: 100%;
    flex: none;
  }
}
#global_footer .footer_middle .footer_middle-inner .footer_hours table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
#global_footer .footer_middle .footer_middle-inner .footer_hours table td div {
  font-weight: 500;
  min-width: 130px !important;
  padding-block: 8px;
  line-height: 1.6;
  padding-inline: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  #global_footer .footer_middle .footer_middle-inner .footer_hours table td div {
    font-size: 0.75rem;
  }
}
#global_footer .footer_bottom {
  padding-top: 70px;
}
@media (max-width: 1600px) {
  #global_footer .footer_bottom {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom {
    padding-top: 40px;
  }
}
#global_footer .footer_bottom .footer_map {
  height: 300px;
}
@media (max-width: 835px) {
  #global_footer .footer_bottom .footer_map {
    height: 250px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_bottom .footer_map {
    height: 200px;
  }
}
#global_footer .footer_bottom .footer_map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#global_footer .footer_bottom small {
  font-size: 1rem;
  margin-top: 80px;
  padding-bottom: 110px;
  text-align: center;
  display: block;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom small {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom small {
    font-size: 0.75rem;
  }
}

.top-btn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 10px;
  color: #fff;
  background-color: #721d36;
  text-align: center;
  line-height: 1;
  z-index: 999;
  border: none;
  outline: none;
}
@media (max-width: 1024px) {
  .top-btn {
    width: 50px;
  }
}
@media (max-width: 640px) {
  .top-btn {
    right: 10px;
    bottom: 80px;
  }
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.top-btn a .jp {
  font-size: 0.625rem;
}
@media (max-width: 1024px) {
  .top-btn a .jp {
    display: none;
  }
}
.top-btn a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
}
.top-btn a:hover::before {
  translate: 0 -10px;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top-title {
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .top-title {
    font-size: 1.875rem;
  }
}
.top-title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article {
    font-size: 1.875rem;
    gap: 26px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
.top-title article h2 {
  order: 2;
  font-weight: bold;
}
.top-title article > div {
  display: contents;
}
.top-title article .top-title_label {
  order: 1;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  color: #721d36;
  background-color: color-mix(in srgb, #fff 50%, #721d36 50%);
  font-size: 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article .top-title_label {
    font-size: 1.125rem;
    padding: 6px 16px;
  }
}
@media (max-width: 835px) {
  .top-title article .top-title_label {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
}
.top-title article .top-title_label.bg-white {
  background-color: #fff;
}
.top-title article .line {
  order: 3;
  display: block;
  width: 100px;
  height: 5px;
}
@media (max-width: 1024px) {
  .top-title article .line {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title article .line {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title article .line {
    width: 40px;
    height: 2px;
  }
}
.top-title article .line.line-dark {
  background-color: #aa0737;
}
.top-title article .line.line-light {
  background-color: #9d7345;
}

.disc {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.67;
  text-align: center;
  margin-top: -0.35lh;
}
@media (max-width: 1024px) {
  .disc {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .disc {
    font-size: 0.875rem;
  }
}

.top-title2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top-title2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top-title2 .top-title_disc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_disc {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_disc {
    font-size: 0.875rem;
  }
}
.top-title2 .top-title_text {
  color: #1b1b1b;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_text {
    font-size: 1.875rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_text {
    font-size: 1.5rem;
  }
}
.top-title2::after {
  content: "";
  visibility: visible;
  display: block;
  width: 100px;
  height: 5px;
  background-color: #aa0737;
}
@media (max-width: 1024px) {
  .top-title2::after {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title2::after {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title2::after {
    width: 40px;
    height: 2px;
  }
}

.mv {
  position: relative;
  height: min(850px, 85vh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 835px) {
  .mv {
    height: 500px;
  }
}
.mv .js-slick {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.mv .js-slick * {
  height: 100%;
}
.mv .js-slick div:not([class]) {
  display: none;
}
.mv .js-slick img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  vertical-align: bottom;
}
.mv .js-slick::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.mv .mv_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(147, 55, 82, 0.4);
  padding: 30px;
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .mv .mv_text {
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .mv .mv_text {
    gap: 12px;
    padding: 20px;
  }
}
.mv .mv_text .sub-copy {
  color: #78520a;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.05;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .mv .mv_text .sub-copy {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .mv .mv_text .sub-copy {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .mv .mv_text .sub-copy {
    font-size: 1rem;
  }
}
.mv .mv_text .main-copy {
  font-size: 3.125rem;
  color: #aa0737;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .mv .mv_text .main-copy {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .mv .mv_text .main-copy {
    font-size: 2.25rem;
  }
}
@media (max-width: 835px) {
  .mv .mv_text .main-copy {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .mv .mv_text .main-copy {
    font-size: 1.25rem;
  }
}
.mv .mv_text::before {
  content: "";
  background-image: url(../images/top/top_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -22vw;
  left: -8vw;
  display: block;
  width: 62vw;
  aspect-ratio: 982/392;
  z-index: 4;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}
@media (max-width: 1024px) {
  .mv .mv_text::before {
    width: 100vw;
    top: -340%;
    left: -12%;
  }
}
@media (max-width: 640px) {
  .mv .mv_text::before {
    background-size: cover;
    top: -240%;
  }
}

.section-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  isolation: isolate;
}

.cont1 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -100px !important;
  position: relative;
  z-index: 10;
}
@media (min-width: 1600px) {
  .cont1 {
    margin-top: -5.2083333333vw !important;
  }
}
.cont1 .title-lead {
  color: #721d36;
}
.cont1 .title-lead article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont1 .title-lead article h2 {
  font-size: 3.75rem;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .cont1 .title-lead article h2 {
    font-size: 3.125rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .cont1 .title-lead article h2 {
    font-size: 2.25rem;
    margin-bottom: 32px;
  }
}
@media (max-width: 835px) {
  .cont1 .title-lead article h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 835px) {
  .cont1 .title-lead article h2 {
    margin-bottom: 20px;
  }
}
.cont1 .title-lead article div {
  order: -1;
}
.cont1 .title-lead article div .title-lead_label {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .cont1 .title-lead article div .title-lead_label {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .cont1 .title-lead article div .title-lead_label {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 835px) {
  .cont1 .title-lead article div .title-lead_label {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
}
.cont1 .title-lead article::after {
  content: "";
  visibility: visible;
  display: block;
  width: 80px;
  height: 1px;
  background-color: #aa0737;
}
.cont1 .lead_sentence div {
  text-align: center !important;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .cont1 .lead_sentence div {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cont1 .lead_sentence div {
    text-align: left !important;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.7);
    padding-block: 18px;
  }
}
@media (max-width: 640px) {
  .cont1 .lead_sentence div:nth-child(1) {
    padding-bottom: 40px;
  }
}
.cont1::before, .cont1::after {
  content: "";
  position: absolute;
  width: min(350px, 23.4%);
  min-width: 160px;
  aspect-ratio: 450/525;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.cont1::before {
  background-image: url(../images/top/lead_illust_01.png);
  top: 10%;
  left: -10px;
}
@media (max-width: 640px) {
  .cont1::before {
    top: 2%;
  }
}
.cont1::after {
  background-image: url(../images/top/lead_illust_02.png);
  bottom: 1.3%;
  right: -10px;
}
@media (max-width: 640px) {
  .cont1::after {
    bottom: 2%;
  }
}

.cont2 {
  position: relative;
}
.cont2 .features_content {
  display: flex;
  --gap-x: 80px;
  gap: var(--gap-x);
  flex-wrap: nowrap !important;
  --column: 3;
  justify-content: center;
}
@media (max-width: 1600px) {
  .cont2 .features_content {
    --gap-x: 60px;
    --gap-y: 32px;
  }
}
@media (max-width: 1200px) {
  .cont2 .features_content {
    --gap-x: 40px;
  }
}
@media (max-width: 1024px) {
  .cont2 .features_content {
    --gap-x: 20px;
  }
}
@media (max-width: 835px) {
  .cont2 .features_content {
    --gap-x: 16px;
    --gap-y: 32px;
    flex-wrap: wrap !important;
    --column: 2;
    gap: var(--gap-y) var(--gap-x);
  }
}
@media (max-width: 640px) {
  .cont2 .features_content {
    --column: 1;
  }
}
.cont2 .features_content .box {
  width: calc((100% - var(--gap-x) * (var(--column) - 1)) / var(--column));
  padding: 32px 32px 18px 32px;
  background-color: #f3efe7;
  box-shadow: 3px 10px 30px rgba(93, 77, 55, 0.2);
}
@media (max-width: 1600px) {
  .cont2 .features_content .box {
    padding: 24px 24px 12px 24px;
  }
}
@media (max-width: 1200px) {
  .cont2 .features_content .box {
    padding: 20px 20px 12px 20px;
  }
}
@media (max-width: 1024px) {
  .cont2 .features_content .box {
    padding: 18px 18px 12px 18px;
  }
}
@media (max-width: 835px) {
  .cont2 .features_content .box {
    padding: 14px 14px 8px 14px;
  }
}
@media (max-width: 640px) {
  .cont2 .features_content .box {
    padding: 12px 12px 12px 12px;
  }
}
.cont2 .features_content .box img {
  width: 100%;
  aspect-ratio: 450/250;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
@media (max-width: 835px) {
  .cont2 .features_content .box img {
    margin-bottom: 12px;
  }
}
.cont2 .features_content .box h3 {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #808080;
  color: #933752;
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .cont2 .features_content .box h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .cont2 .features_content .box h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.cont2::before {
  content: "";
  display: block;
  background-image: url(../images/top/features_bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  aspect-ratio: 2176/655;
  z-index: -1;
}
@media (max-width: 1024px) {
  .cont2::before {
    top: 12%;
  }
}
@media (max-width: 640px) {
  .cont2::before {
    top: 6%;
  }
}

.cont3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  color: #fff !important;
  position: relative;
}
.cont3 .title-common {
  margin-bottom: 0 !important;
}
.cont3 .title-common h2 {
  color: #fff !important;
  font-size: 4.5rem !important;
}
@media (max-width: 1600px) {
  .cont3 .title-common h2 {
    font-size: 3.75rem !important;
  }
}
@media (max-width: 1200px) {
  .cont3 .title-common h2 {
    font-size: 2.625rem !important;
  }
}
@media (max-width: 1024px) {
  .cont3 .title-common h2 {
    font-size: 2.25rem !important;
  }
}
.cont3 .title-common div {
  color: #fff !important;
}
.cont3 .special-lesson {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1600px) {
  .cont3 .special-lesson {
    gap: 60px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cont3 .special-lesson {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .cont3 .special-lesson {
    gap: 30px;
  }
}
.cont3 .special-lesson_text {
  display: flex;
  flex: 1;
  align-items: center;
}
@media (max-width: 835px) {
  .cont3 .special-lesson_text {
    flex-direction: column;
    align-items: end;
  }
}
@media (max-width: 640px) {
  .cont3 .special-lesson_text {
    gap: 14px;
  }
}
.cont3 .special-lesson_text .special-lesson_btn {
  margin-left: auto;
}
@media (max-width: 1600px) {
  .cont3 .special-lesson_text .special-lesson_btn {
    margin-left: 20px;
  }
}
.cont3 .special-lesson_text .special-lesson_btn a {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .cont3 .special-lesson_text .special-lesson_btn a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .cont3 .special-lesson_text .special-lesson_btn a {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 835px) {
  .cont3 .special-lesson_text .special-lesson_btn a {
    width: 40px;
    height: 40px;
  }
}
.cont3 .special-lesson_text .special-lesson_btn a::before {
  content: "";
  background-image: url(../images/top/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 13px;
  transition: translate 0.2s;
}
@media (max-width: 1600px) {
  .cont3 .special-lesson_text .special-lesson_btn a::before {
    width: 18px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .cont3 .special-lesson_text .special-lesson_btn a::before {
    width: 15px;
    height: 8px;
  }
}
@media (max-width: 835px) {
  .cont3 .special-lesson_text .special-lesson_btn a::before {
    width: 14px;
  }
}
.cont3 .special-lesson_text .special-lesson_btn a:hover::before {
  translate: 16px 0;
}
.cont3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(147, 55, 82, 0.5);
  z-index: -1;
}

.cont4 .links {
  display: flex;
  gap: 80px;
}
@media (max-width: 1600px) {
  .cont4 .links {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links {
    gap: 30px;
  }
}
@media (max-width: 835px) {
  .cont4 .links {
    gap: 20px;
    flex-direction: column !important;
  }
}
.cont4 .links .box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #933752;
  background-color: #feeeee;
  transition: color 0.2s, background-color 0.3s;
}
.cont4 .links .box > div {
  width: 100%;
}
.cont4 .links .box > div .links_item {
  padding-left: 60px;
  padding-right: 40px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item {
    padding-left: 48px;
    padding-right: 32px;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box > div .links_item {
    height: 180px;
    padding-left: 42px;
    padding-right: 28px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box > div .links_item {
    height: 160px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box > div .links_item {
    padding-left: 80px;
    padding-right: 60px;
    height: 140px;
  }
}
@media (max-width: 640px) {
  .cont4 .links .box > div .links_item {
    padding-left: 36px;
    padding-right: 24px;
    height: 120px;
  }
}
.cont4 .links .box > div .links_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont4 .links .box > div .links_item .links_item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-text {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box > div .links_item .links_item-text {
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box > div .links_item .links_item-text {
    gap: 12px;
  }
}
.cont4 .links .box > div .links_item .links_item-text .en {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-text .en {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box > div .links_item .links_item-text .en {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box > div .links_item .links_item-text .en {
    font-size: 2rem;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box > div .links_item .links_item-text .en {
    font-size: 1.5rem;
  }
}
.cont4 .links .box > div .links_item .links_item-text .jp {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-text .jp {
    font-size: 1.125rem;
  }
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-text .jp {
    font-size: 1rem;
  }
}
.cont4 .links .box > div .links_item .links_item-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box > div .links_item .links_item-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box > div .links_item .links_item-icon {
    width: 36px;
    height: 36px;
  }
}
.cont4 .links .box > div .links_item .links_item-icon::after {
  content: "";
  visibility: visible;
  background-image: url(../images/top/arrow-right-red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 13px;
  display: block;
  transition: translate 0.2s;
}
@media (max-width: 1600px) {
  .cont4 .links .box > div .links_item .links_item-icon::after {
    width: 18px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box > div .links_item .links_item-icon::after {
    width: 15px;
    height: 8px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box > div .links_item .links_item-icon::after {
    width: 14px;
  }
}
.cont4 .links .box:hover {
  color: #fff;
  background-color: #933752;
}
.cont4 .links .box:hover .links_item-icon::after {
  translate: 16px 0;
}

.cont5 .title-common h2 {
  font-size: 4.5rem !important;
}
@media (max-width: 1600px) {
  .cont5 .title-common h2 {
    font-size: 3.75rem !important;
  }
}
@media (max-width: 1200px) {
  .cont5 .title-common h2 {
    font-size: 2.625rem !important;
  }
}
@media (max-width: 1024px) {
  .cont5 .title-common h2 {
    font-size: 2.25rem !important;
  }
}
.cont5 .information {
  display: flex;
  gap: 120px;
  background-color: #f7f4ee;
  padding: 100px;
}
@media (max-width: 1600px) {
  .cont5 .information {
    gap: 100px;
    padding: 80px;
  }
}
@media (max-width: 1200px) {
  .cont5 .information {
    gap: 40px;
    padding: 60px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cont5 .information {
    padding: 40px;
  }
}
@media (max-width: 835px) {
  .cont5 .information {
    gap: 40px;
    padding: 20px;
  }
}
.cont5 .information .title-common {
  margin-bottom: 0 !important;
}
.cont5 .information .information_dl {
  height: 270px;
  overflow-y: auto;
}
.cont5 .information .information_dl dl {
  border-bottom: 1px solid #933752;
}
@media (max-width: 1600px) {
  .cont5 .information .information_dl dl {
    flex-direction: column;
  }
}
.cont5 .information .information_dl dl dt {
  color: #933752;
  background-color: unset !important;
  border: unset !important;
  justify-content: start !important;
}
@media (max-width: 1600px) {
  .cont5 .information .information_dl dl dt {
    width: 100% !important;
  }
}
.cont5 .information .information_dl dl dd {
  background-color: unset !important;
  border: unset !important;
}
@media (max-width: 1600px) {
  .cont5 .information .information_dl dl dd {
    width: 100% !important;
  }
}
.cont5 .information .information_dl::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.cont5 .information .information_dl::-webkit-scrollbar-track {
  background: #808080;
  border-radius: 10px;
}
.cont5 .information .information_dl::-webkit-scrollbar-thumb {
  background: #933752;
  border-radius: 10px;
}/*# sourceMappingURL=common_style.css.map */