@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*color*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
}

a:link {
  color: #3182CE;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #3182CE;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8F8F8;
  color: #444444;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
}
@media (width < 767px) {
  body {
    font-size: 1.4rem;
  }
}

.pc-only {
  display: block !important;
}
@media (width < 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (width < 767px) {
  .sp-only {
    display: block !important;
  }
}

body.no-scroll {
  overflow: hidden;
}

.site-header {
  /*background-color: $brand-color;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-complete .site-header {
  background-color: #2B474E;
}
@media (width < 767px) {
  .site-header {
    background-color: #2B474E;
  }
}
.site-header.scrolled {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.site-header.scrolled .site-logo .logo-default {
  opacity: 0;
}
.site-header.scrolled .site-logo .logo-scrolled {
  opacity: 1;
}
.site-header.scrolled .primary-menu > li > a {
  color: #444444;
}
@media (width < 767px) {
  .site-header.scrolled .primary-menu > li > a {
    color: #FFFFFF;
  }
}
.site-header.scrolled .menu-item-free-trial a {
  background-color: #BA915B;
  color: #FFFFFF !important;
}
.site-header.scrolled .hamburger-menu__line {
  background-color: #444444;
}
.site-header.scrolled .trp-language-switcher-container a {
  background: url("../img/icon-translate-black.svg") no-repeat center left 24px/16px;
}
.site-header.scrolled .trp-language-switcher-container a::before {
  background-color: #444444;
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 0;
}
.site-header.scrolled .trp-language-switcher-container a::after {
  background: url("../img/arrow-down-black.svg") no-repeat center/100%;
}
.site-header.scrolled .trp-language-switcher-container .trp-flag-image {
  display: none !important;
}
.site-header.scrolled.menu-open {
  background-color: #2B474E;
}
.site-header.scrolled.menu-open .site-logo {
  opacity: 0;
}
.site-header.scrolled.menu-open .hamburger-menu__line {
  background-color: #FFFFFF;
}
.site-header.menu-open {
  height: 100vh;
  overflow-y: auto;
}
.site-header.menu-open .header-inner {
  height: auto;
}
.site-header.menu-open .header-nav-container {
  display: block;
  height: calc(100vh - 60px);
  padding: 0 32px 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.menu-open .primary-menu-container {
  opacity: 1;
  visibility: visible;
}
.site-header.menu-open .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
.site-header.menu-open .hamburger-menu__line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.site-header.menu-open .hamburger-menu__line:nth-child(2) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
@media (width < 767px) {
  .site-header.menu-open .site-logo {
    opacity: 0;
  }
}
@media (width < 767px) {
  .site-header__footer {
    text-align: center;
    margin-top: 24px;
  }
}
@media (width < 767px) {
  .site-header__footer p {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.site-header__footer p a {
  color: #FFFFFF;
}
.site-header__footer p small {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}
.site-header__footer p.copy {
  margin-top: 16px;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (width < 767px) {
  .header-inner {
    padding: 16px 20px;
  }
}
.scrolled .header-inner {
  padding: 20px 40px;
}
@media (width < 767px) {
  .scrolled .header-inner {
    padding: 16px 20px;
  }
}

.site-logo {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-logo__link {
  display: block;
}
.site-logo img {
  display: block;
  height: 50px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 767px) {
  .site-logo img {
    height: 40px;
  }
}
.site-logo .logo-scrolled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 767px) {
  .header-nav-container {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2B474E;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    overflow-y: auto;
  }
}

.hamburger-menu {
  display: none;
  background: none;
  border: none;
  padding: 0;
  width: 26px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  outline: none;
}
.hamburger-menu__line {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-menu__line:nth-child(1) {
  top: 0;
}
.hamburger-menu__line:nth-child(2) {
  bottom: 0;
}
.hamburger-menu.active .hamburger-menu__line:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(25deg);
          transform: translateY(3px) rotate(25deg);
}
.hamburger-menu.active .hamburger-menu__line:nth-child(2) {
  -webkit-transform: translateY(-3px) rotate(-25deg);
          transform: translateY(-3px) rotate(-25deg);
}

@media (width < 767px) {
  .header-inner {
    position: relative;
  }
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu__line {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-nav-container {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #2B474E;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    overflow-y: auto;
    padding: 20px;
  }
  .site-header.menu-open .header-nav-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .primary-menu-container {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0.1s;
    transition: opacity 0.6s ease 0.1s, -webkit-transform 0.6s ease 0.1s;
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
    transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s, -webkit-transform 0.6s ease 0.1s;
  }
  .site-header.menu-open .primary-menu-container {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .primary-menu {
    display: block;
    padding: 20px 0;
  }
  .primary-menu > li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .site-header.menu-open .primary-menu > li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header.menu-open .primary-menu > li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(3) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(5) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(6) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(7) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(8) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(9) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(10) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .site-header.menu-open .primary-menu > li:nth-child(7) {
    border-bottom: none;
  }
  .site-header.menu-open .primary-menu > li:nth-child(8) {
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-top: 32px;
  }
  .primary-menu > li > a {
    padding: 15px 0;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .primary-menu > li.has-children .sub-menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.6s ease 0.5s, -webkit-transform 0.6s ease 0.5s;
    transition: opacity 0.6s ease 0.5s, -webkit-transform 0.6s ease 0.5s;
    transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
    transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s, -webkit-transform 0.6s ease 0.5s;
  }
  .site-header.menu-open .social-links {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .language-switcher {
    margin-top: 56px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s, -webkit-transform 0.6s ease 0.6s;
  }
  .language-switcher .trp-language-switcher {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header.menu-open .language-switcher {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-navigation {
  margin-left: auto;
}
@media (width < 767px) {
  .main-navigation {
    width: 100%;
    margin-left: 0;
  }
}

@media (width < 767px) {
  .primary-menu-container {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 767px) {
  .primary-menu {
    display: block;
    padding: 0;
  }
}
.primary-menu > li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
  margin: auto;
}
@media (width < 767px) {
  .primary-menu > li {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
  }
}
.primary-menu > li.trp-language-switcher-container a {
  background: url("../img/icon-translate.svg") no-repeat center left 24px/16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px 8px 48px;
}
.primary-menu > li.trp-language-switcher-container a::before {
  background-color: #FFFFFF;
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 0;
}
.primary-menu > li.trp-language-switcher-container a::after {
  background: url("../img/arrow-down.svg") no-repeat center/100%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 8px;
}
.primary-menu > li.trp-language-switcher-container a img {
  display: none !important;
}
.primary-menu > li > a {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1200px) {
  .primary-menu > li > a {
    font-size: 1.3rem;
  }
}
@media (width < 767px) {
  .primary-menu > li > a {
    font-size: 1.6rem;
    padding: 20px 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.primary-menu > li > a .eng {
  display: none;
}
@media (width < 767px) {
  .primary-menu > li > a .eng {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-bottom: 4px;
  }
}
@media (width < 767px) {
  .primary-menu > li.has-children > a {
    position: relative;
  }
}
@media (width < 767px) {
  .primary-menu > li.has-children > a::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
  }
}
@media (width < 767px) {
  .primary-menu > li.has-children > a::after {
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5px;
    width: 11px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (width < 767px) {
  .primary-menu > li.has-children > a:before {
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    top: 50%;
    right: 6.5px;
    width: 1px;
    height: 11px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.primary-menu > li.has-children.expanded > a::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.primary-menu .menu-item-free-trial a {
  font-size: 1.4rem;
  background-color: #BA915B;
  color: #FFFFFF;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.primary-menu .menu-item-free-trial a:before {
  display: none;
}
.primary-menu .menu-item-free-trial a:hover {
  background-color: #9f7743;
}
.primary-menu .menu-item-free-trial a:hover .arrow-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (width < 767px) {
  .primary-menu .menu-item-free-trial a {
    background-color: #BA915B;
    padding: 24px 30px;
    border-radius: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
@media (width < 767px) {
  .primary-menu .menu-item-free-trial a::after {
    background: url("../img/btn-arrow.svg") no-repeat center/100%;
    display: block;
    content: "";
    width: 32px;
    height: 6px;
    position: absolute;
    right: 16px;
  }
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #FFFFFF;
  z-index: 10;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media (width < 767px) {
  .sub-menu {
    background-color: #2B474E;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    overflow: hidden;
  }
}
.sub-menu li {
  margin: 0;
}
.sub-menu li a {
  font-size: 1.4rem;
  background: none !important;
  color: #444444;
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 24px !important;
}
.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.sub-menu li a::before {
  background: none !important;
}
.sub-menu li a::after {
  content: none !important;
}
@media (width < 767px) {
  .sub-menu li a {
    padding: 12px 0 12px 15px;
    color: #FFFFFF;
    white-space: normal;
    opacity: 0.8;
  }
  .sub-menu li a:hover {
    opacity: 1;
    background-color: transparent;
  }
}
@media (width < 767px) {
  .sub-menu li:last-child a {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .primary-menu > li.has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  /* メニュー全体のスクロール対応 */
  .site-header.menu-open .header-nav-container {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding-bottom: 100vh;
    /* 下部にスペースを追加 */
  }
  /* サブメニューの構造とアニメーションを修正 */
  .sub-menu {
    position: static;
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    max-height: 0;
    /* 高さを0に設定して非表示に */
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
    display: block;
    /* displayをblockに設定して、max-heightで制御 */
  }
  .sub-menu li {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sub-menu li a {
    font-size: 1.5rem;
    padding: 8px 0 8px 16px !important;
    color: #FFFFFF;
    opacity: 0.8;
  }
  .sub-menu li a:hover {
    opacity: 1;
    background-color: transparent;
  }
  .primary-menu > li.has-children.expanded {
    /* サブメニューを表示 */
  }
  .primary-menu > li.has-children.expanded .sub-menu {
    max-height: 500px;
    margin-bottom: 20px;
  }
  .primary-menu > li.has-children.expanded .sub-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .primary-menu > li.has-children.expanded .sub-menu li:nth-child(10) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media (max-width: 767px) {
  .primary-menu > li.has-children > a {
    padding-right: 40px;
  }
  .primary-menu > li.has-children > a:after,
  .primary-menu > li.has-children > a:before {
    content: none !important;
  }
  .submenu-toggle {
    position: absolute;
    top: 4px;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .submenu-toggle:before,
  .submenu-toggle:after {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .submenu-toggle:before {
    width: 11px;
    height: 1px;
    top: 33px;
  }
  .submenu-toggle:after {
    width: 1px;
    height: 11px;
    top: 28px;
  }
  .primary-menu > li.has-children.expanded .submenu-toggle:after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 767px) {
  .social-links {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-links__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.social-links .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-links .social-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.social-links .social-link img {
  width: 16px;
  height: 16px;
}

.language-switcher {
  position: relative;
}
.language-switcher .trp-language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
  text-align: left;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (width < 767px) {
  .language-switcher .trp-language-switcher div {
    padding: 0 !important;
    border: none !important;
  }
}
.language-switcher .trp-ls-shortcode-current-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.language-switcher .trp-ls-shortcode-current-language:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 5px;
}
.language-switcher .trp-ls-shortcode-language {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  min-width: 120px;
  padding: 10px 0;
}
.language-switcher .trp-ls-shortcode-language a {
  display: block;
  padding: 8px 16px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.language-switcher .trp-ls-shortcode-language a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
@media (width < 767px) {
  .language-switcher .trp-language-switcher > div {
    background-color: transparent !important;
    background-image: none !important;
  }
}
@media (width < 767px) {
  .language-switcher .trp-language-switcher > div a {
    color: #FFFFFF !important;
  }
}
@media (width < 767px) {
  .language-switcher {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .language-switcher .trp-language-switcher {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .language-switcher .trp-ls-shortcode-language {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/***
共通パーツ
***/
.arrow-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #444444 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 160px;
  padding-bottom: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (width < 767px) {
  .arrow-link {
    font-size: 1.4rem;
  }
}
.arrow-link--underline {
  text-decoration: none;
}
.arrow-link--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  -webkit-transition: none;
  transition: none;
}
.arrow-link--underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #444444;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  border: none;
  z-index: 1;
}
.arrow-link--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow-link--underline .arrow-icon::before {
  background-color: #444444;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.arrow-link--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -0.5px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.arrow-link--underline:hover::before {
  width: 100%;
}
.arrow-link--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.arrow-link--underline:hover .arrow-icon img {
  right: -10px;
}
.arrow-link--right {
  margin-left: auto;
}

.arrow-link-white {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 160px;
  padding-bottom: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (width < 767px) {
  .arrow-link-white {
    font-size: 1.4rem;
  }
}
.arrow-link-white--underline {
  text-decoration: none;
}
.arrow-link-white--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  -webkit-transition: none;
  transition: none;
}
.arrow-link-white--underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  border: none;
  z-index: 1;
}
.arrow-link-white--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow-link-white--underline .arrow-icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.arrow-link-white--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.arrow-link-white--underline:hover::before {
  width: 100%;
}
.arrow-link-white--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.arrow-link-white--underline:hover .arrow-icon img {
  right: -10px;
}
.arrow-link-white--right {
  margin-left: auto;
}

.box-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #444444 !important;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  padding: 20px 56px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 1px solid #444444;
}
@media (width < 767px) {
  .box-link {
    font-size: 1.3rem;
    font-weight: 400;
    width: 100%;
    padding: 20px 40px;
  }
}
.box-link--course {
  padding: 20px 64px;
}
@media (width < 767px) {
  .box-link--course {
    padding: 20px 40px;
  }
}
.box-link--underline {
  text-decoration: none;
}
.box-link--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 20px;
}
.box-link--underline .arrow-icon::before {
  background-color: #444444;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.box-link--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -0.5px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.box-link--underline:hover::before {
  width: 100%;
}
.box-link--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.box-link--underline:hover .arrow-icon img {
  right: -10px;
}
.box-link--right {
  margin-left: auto;
}

.reserve-link {
  font-family: "Cormorant Garamond", serif;
  background-color: #BA915B;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF !important;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  margin: auto;
  padding: 24px 64px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (width < 767px) {
  .reserve-link {
    font-size: 1.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 20px 32px;
  }
}
.reserve-link--underline {
  text-decoration: none;
}
.reserve-link--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 20px;
}
.reserve-link--underline .arrow-icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.reserve-link--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.reserve-link--underline:hover::before {
  width: 100%;
}
.reserve-link--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.reserve-link--underline:hover .arrow-icon img {
  right: -10px;
}
.reserve-link--right {
  margin-left: auto;
}

.arrow-link-white {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 160px;
  padding-bottom: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (width < 767px) {
  .arrow-link-white {
    font-size: 1.4rem;
  }
}
.arrow-link-white--underline {
  text-decoration: none;
}
.arrow-link-white--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  -webkit-transition: none;
  transition: none;
}
.arrow-link-white--underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  border: none;
  z-index: 1;
}
.arrow-link-white--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow-link-white--underline .arrow-icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.arrow-link-white--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.arrow-link-white--underline:hover::before {
  width: 100%;
}
.arrow-link-white--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.arrow-link-white--underline:hover .arrow-icon img {
  right: -10px;
}
.arrow-link-white--right {
  margin-left: auto;
}

.schedule-btn {
  font-family: "Cormorant Garamond", serif;
  background-color: #2B474E;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF !important;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  margin: auto;
  padding: 20px 64px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (width < 767px) {
  .schedule-btn {
    font-size: 1.4rem;
    padding: 20px 40px;
  }
}
.schedule-btn--underline {
  text-decoration: none;
}
.schedule-btn--right {
  margin-left: auto;
}

.page-header {
  background-color: #2B474E;
  color: #FFFFFF;
  padding: 232px 0 32px;
  position: relative;
}
@media (width < 767px) {
  .page-header {
    padding: 104px 24px 24px;
  }
}
.page-header--single {
  height: 460px;
  padding: 0;
}
@media (width < 767px) {
  .page-header--single {
    height: 72px;
  }
}
.page-header__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .page-header__inner {
    max-width: 100%;
  }
}
.page-header__text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (width < 1040px) {
  .page-header__text {
    padding: 0 10px;
  }
}
@media (width < 767px) {
  .page-header__text {
    max-width: 100%;
    padding: 0;
  }
}
.page-header__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (width < 767px) {
  .page-header__title {
    font-size: 3.2rem;
  }
}
.page-header__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (width < 767px) {
  .page-header__subtitle {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}
.page-header__subtitle sup {
  font-size: 1.2rem;
}

.left-header__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (width < 767px) {
  .left-header__title {
    font-size: 3.2rem;
  }
}
.left-header__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 16px;
}
@media (width < 767px) {
  .left-header__subtitle {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.center-header {
  text-align: center;
}
.center-header__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (width < 767px) {
  .center-header__title {
    font-size: 3.2rem;
  }
}
.center-header__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
}
@media (width < 767px) {
  .center-header__subtitle {
    font-size: 1.2rem;
  }
}

.page-visual {
  max-width: 100%;
}
.page-visual img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 767px) {
  .page-visual img {
    aspect-ratio: 25/12;
  }
}

.page-content {
  padding: 72px 0 96px;
}
@media (width < 767px) {
  .page-content {
    padding: 48px 0;
  }
}
.page-content__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .page-content__inner {
    max-width: 100%;
  }
}
@media (width < 767px) {
  .page-content.about-content {
    margin: 64px 32px 0;
    padding: 0;
  }
}
.page-content__lead {
  text-align: center;
}
@media (width < 767px) {
  .page-content__lead {
    text-align: left;
    padding: 0 32px;
  }
}
.page-content__lead h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 32px;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .page-content__lead h2 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.page-content__lead p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .page-content__lead p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.page-content__body {
  background-color: #FFFFFF;
  margin-top: 64px;
  padding: 64px;
}
@media (width < 767px) {
  .page-content__body {
    margin: 48px 32px;
    padding: 40px 24px;
  }
}
.page-content__body dl {
  margin-bottom: 64px;
}
@media (width < 767px) {
  .page-content__body dl {
    margin-bottom: 48px;
  }
}
.page-content__body dl:last-child {
  margin-bottom: 0;
}
.page-content__body dl dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  padding: 4px 0 4px 16px;
  margin-bottom: 32px;
  border-left: 2px solid #BA915B;
}
@media (width < 767px) {
  .page-content__body dl dt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
.page-content__body dl dd p {
  font-size: 1.4rem;
  line-height: 2.4;
}
@media (width < 767px) {
  .page-content__body dl dd p {
    font-size: 1.3rem;
  }
}
.page-content__body dl dd p:last-child {
  margin-bottom: 0;
}
.page-content__body dl dd ul {
  margin-bottom: 32px;
}
.page-content__body dl dd ul:last-child {
  margin-bottom: 0;
}
.page-content__body dl dd ul li {
  font-size: 1.4rem;
  line-height: 2.4;
}
.page-content__anker {
  margin-top: 72px;
}
@media (width < 767px) {
  .page-content__anker {
    margin: 24px 32px 0;
  }
}
.page-content__anker ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
}
@media (width < 767px) {
  .page-content__anker ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page-content__anker ul li {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .page-content__anker ul li {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;
  }
}
.page-content__anker ul li a {
  background-color: #FFFFFF;
  color: #444444;
  display: block;
  padding: 23px 0;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .page-content__anker ul li a {
    padding: 12px 32px 12px 12px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page-content__anker ul li a::after {
    background: url("../img/arrow-down-black.svg") no-repeat center/100%;
    display: inline-block;
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    right: 12px;
  }
}
.page-content__anker ul li a sup {
  font-size: 1.2rem;
}

.bottom-section {
  background-color: #2B474E;
  padding: 80px 0;
}
@media (width < 767px) {
  .bottom-section {
    padding: 48px 32px;
  }
}
.bottom-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 1120px;
  margin: auto;
}
@media (width < 767px) {
  .bottom-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
  }
}
.bottom-section__text {
  color: #FFFFFF;
  width: 580px;
}
@media (width < 767px) {
  .bottom-section__text {
    width: auto;
    margin-top: 32px;
  }
}
.bottom-section__text h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .bottom-section__text h2 {
    font-size: 2rem;
  }
}
.bottom-section__text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 36px;
}
@media (width < 767px) {
  .bottom-section__text p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 24px;
  }
}
.bottom-section__link {
  width: 260px;
  margin-top: 40px;
}
@media (width < 767px) {
  .bottom-section__link {
    width: auto;
    margin-top: 32px;
  }
}
.bottom-section__link .box-link {
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.bottom-section__link .box-link--underline .arrow-icon::before {
  background-color: #FFFFFF;
}
.bottom-section__img {
  width: 460px;
  height: 258px;
}
@media (width < 767px) {
  .bottom-section__img {
    width: auto;
    height: auto;
  }
}
.bottom-section__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.faq-content {
  padding-bottom: 0;
}

.faq-section {
  background-color: #E8E4DD;
  margin-top: 72px;
  padding: 96px 0;
}
@media (width < 767px) {
  .faq-section {
    margin-top: 48px;
    padding: 64px 32px;
  }
}
.faq-section__block {
  padding-top: 80px;
}
@media (width < 767px) {
  .faq-section__block {
    padding-top: 64px;
  }
}
.faq-section__block:first-child {
  padding-top: 40px;
}
.faq-section__header {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  padding: 4px 0 4px 16px;
  margin-bottom: 32px;
  border-left: 2px solid #BA915B;
}
@media (width < 767px) {
  .faq-section__header {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
.faq-section__content {
  margin-top: 48px;
}

.mission-content {
  max-width: 100%;
  margin: auto;
}
.mission-content__slider {
  max-width: 100%;
  margin: 72px auto 0;
  padding: 0;
}
@media (width < 767px) {
  .mission-content__slider {
    margin: 48px auto 0;
  }
}
.mission-content__point {
  max-width: 1120px;
  margin: 96px auto 0;
}
@media (width < 767px) {
  .mission-content__point {
    max-width: 100%;
    margin: 64px 32px 0;
  }
}
.mission-content__point dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .mission-content__point dl {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.mission-content__point dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mission-content__point dl dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  width: calc(100% - 736px);
}
@media (width < 767px) {
  .mission-content__point dl dt {
    font-size: 2rem;
    letter-spacing: 0.08em;
    width: auto;
  }
}
.mission-content__point dl dt span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #BA915B;
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.mission-content__point dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  width: 736px;
}
@media (width < 767px) {
  .mission-content__point dl dd {
    font-size: 1.3rem;
    font-weight: 400;
    width: auto;
    margin-top: 24px;
  }
}
.mission-content__ceo {
  max-width: 1120px;
  margin: 88px auto 0;
}
@media (width < 767px) {
  .mission-content__ceo {
    max-width: 100%;
    margin: 56px auto 0;
  }
}
.mission-content__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: #BA915B;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .mission-content__subtitle {
    font-size: 2.8rem;
  }
}
.mission-content__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .mission-content__profile {
    display: grid;
    grid-template-columns: 1fr;
    margin: 40px 32px 0;
  }
}
.mission-content__photo {
  width: 508px;
  height: auto;
}
@media (width < 767px) {
  .mission-content__photo {
    width: auto;
  }
}
.mission-content__photo img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.mission-content__message {
  width: 540px;
}
@media (width < 767px) {
  .mission-content__message {
    width: auto;
    margin-top: 48px;
  }
}
.mission-content__message p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .mission-content__message p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.mission-content__message p:first-child {
  margin-top: 0;
}
.mission-content__name {
  text-align: right;
  margin-top: 16px;
}

.mission-slider {
  position: relative;
  overflow: hidden;
}
.mission-slider .slick-list {
  overflow: visible;
}
.mission-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mission-slider .slick-slide {
  margin: 0 10px;
}
.mission-slider__item {
  position: relative;
  overflow: hidden;
  width: 384px;
  height: 240px;
}
.mission-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gli-features {
  background-color: #EFEFEF;
  max-width: 100%;
  padding-top: 96px;
}
@media (width < 767px) {
  .gli-features {
    margin-top: 64px;
    padding: 64px 0 0;
  }
}
.gli-features__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .gli-features__inner {
    max-width: 100%;
    margin: 0 32px;
  }
}
.gli-features__anker {
  max-width: 1000px;
  margin: 36px auto 0;
}
@media (width < 767px) {
  .gli-features__anker {
    max-width: 100%;
    margin: 40px auto 0;
  }
}
.gli-features__anker ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 767px) {
  .gli-features__anker ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
  }
}
.gli-features__anker ul li {
  width: 226px;
}
@media (width < 767px) {
  .gli-features__anker ul li {
    width: 48%;
  }
}
.gli-features__anker ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.feature-container {
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-container {
    padding: 64px 0;
  }
}
.feature-container--02 {
  background-color: #F8F8F8;
}
.feature-container--04 {
  background-color: #F8F8F8;
  padding-bottom: 0;
}
@media (width < 767px) {
  .feature-container--04 {
    padding: 64px 0 0;
  }
  .feature-container--04 .feature-container__header {
    padding: 0 32px;
  }
}
.feature-container__inner {
  max-width: 1200px;
  margin: auto;
}
.feature-container__header {
  text-align: center;
}
.feature-container__header span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (width < 767px) {
  .feature-container__header span {
    font-size: 1rem;
  }
}
.feature-container__header span strong {
  font-family: "Zen Old Mincho", serif;
  font-size: 6.4rem;
  font-weight: 400;
  display: block;
}
@media (width < 767px) {
  .feature-container__header span strong {
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: 0;
  }
}
.feature-container__header h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 16px;
}
@media (width < 767px) {
  .feature-container__header h2 {
    font-size: 2rem;
  }
}
.feature-container__header p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-container__header p {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    padding: 0 32px;
  }
}
.feature-container__header figure {
  margin: 48px auto 0;
}
@media (width < 767px) {
  .feature-container__header figure {
    margin: 40px auto 0;
  }
}
.feature-container__header figure img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.feature-container__lead {
  text-align: center;
  margin-top: 96px;
}
@media (width < 767px) {
  .feature-container__lead {
    margin-top: 64px;
    padding: 0 32px;
  }
}
.feature-container__lead h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: #BA915B;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .feature-container__lead h3 {
    font-size: 2.8rem;
  }
}
.feature-container__lead p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-container__lead p {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
  }
}
.feature-container__lead p sup {
  font-size: 1.6rem;
  vertical-align: baseline;
}
.feature-container__gallery {
  margin-top: 48px;
}
.feature-container__gallery--supporter {
  margin-top: 72px;
}
.feature-container__gallery .gallery-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.feature-container__gallery .gallery-slider .gallery-item {
  width: calc((100% - 48px) / 3);
}
.feature-container__gallery .gallery-slider .gallery-item img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-container__gallery .gallery-slider .gallery-item p {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .feature-container__gallery .gallery-slider {
    margin: 0;
  }
  .feature-container__gallery .gallery-slider .gallery-item {
    padding: 0 5px;
  }
  .feature-container__gallery .gallery-slider.slick-slider div {
    -webkit-transition: none;
    transition: none;
  }
  .feature-container__gallery .gallery-slider img {
    width: 100%;
    height: auto;
  }
}
.feature-container__gallery .supporter-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.feature-container__gallery .supporter-slider.slick-slider div {
  -webkit-transition: none;
  transition: none;
}
.feature-container__gallery .supporter-slider .gallery-item {
  padding: 0 5px;
}
.feature-container__gallery .supporter-slider .gallery-item img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-container__gallery .supporter-slider .gallery-item p {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .feature-container__gallery .gallery-slider {
    margin: 0;
  }
  .feature-container__gallery .gallery-slider .gallery-item {
    padding: 0 5px;
  }
  .feature-container__gallery .gallery-slider .slick-slide {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .feature-container__gallery .gallery-slider img {
    width: 100%;
    height: auto;
  }
}
.feature-container__gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.feature-container__summary {
  margin-top: 48px;
  padding: 64px;
  border: 1px solid #A3A3A3;
}
@media (width < 767px) {
  .feature-container__summary {
    margin-top: 32px;
    padding: 0 32px;
    border: none;
  }
}
@media (width < 767px) {
  .feature-container__summary dl {
    background-color: #FFFFFF;
  }
}
.feature-container__summary dl dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  border-left: 2px solid #BA915B;
  padding: 2px 0 2px 16px;
}
@media (width < 767px) {
  .feature-container__summary dl dt {
    font-size: 1.6rem;
  }
}
.feature-container__summary dl dd {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 16px;
}
@media (width < 767px) {
  .feature-container__summary dl dd {
    font-weight: 400;
  }
}
.feature-container__summary dl + dl {
  margin-top: 40px;
}
@media (width < 767px) {
  .feature-container__summary.mobile-accordion dl {
    margin-bottom: 16px;
    padding: 16px;
    background-color: #FFFFFF;
  }
  .feature-container__summary.mobile-accordion dl + dl {
    margin-top: 16px;
  }
  .feature-container__summary.mobile-accordion dt.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    border-left: 2px solid #BA915B;
  }
  .feature-container__summary.mobile-accordion dt.accordion-trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 1px;
    background-color: #444444;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .feature-container__summary.mobile-accordion dt.accordion-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    background-color: #444444;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .feature-container__summary.mobile-accordion dt.accordion-trigger.active::after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .feature-container__summary.mobile-accordion dt.accordion-trigger:hover::before, .feature-container__summary.mobile-accordion dt.accordion-trigger:hover::after {
    background-color: #444444;
  }
  .feature-container__summary.mobile-accordion dd {
    padding-top: 16px;
    margin-top: 16px;
  }
}
.feature-container__presentation {
  margin-top: 80px;
}
@media (width < 767px) {
  .feature-container__presentation {
    margin-top: 64px;
  }
}
.feature-container__presentation-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 32px;
}
@media (width < 767px) {
  .feature-container__presentation-movie {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 40px;
    padding: 0 32px;
  }
}
.feature-container__presentation-movie li {
  width: 384px;
  height: 216px;
}
@media (width < 767px) {
  .feature-container__presentation-movie li {
    width: 100%;
  }
}
.feature-container__presentation-movie li iframe {
  display: block;
  width: 100%;
}
.feature-container__skills {
  margin-top: 48px;
}

.skill-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media (width < 767px) {
  .skill-container {
    row-gap: 64px;
    padding: 0 32px;
  }
}
.skill-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
@media (width < 767px) {
  .skill-container__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.skill-container__img {
  width: 560px;
}
@media (width < 767px) {
  .skill-container__img {
    width: auto;
  }
}
.skill-container__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.skill-container__content {
  width: calc(100% - 560px - 56px);
}
@media (width < 767px) {
  .skill-container__content {
    width: auto;
  }
}
.skill-container__content span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #BA915B;
  line-height: 1;
}
.skill-container__text {
  margin-top: 16px;
  padding: 8px 0 8px 24px;
  border-left: 1px solid #BA915B;
}
.skill-container__text h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .skill-container__text h3 {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.skill-container__text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 16px;
}
@media (width < 767px) {
  .skill-container__text p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.experience-container {
  margin-top: 40px;
}
@media (width < 767px) {
  .experience-container {
    padding: 0 32px;
  }
}
.experience-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 767px) {
  .experience-container__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
}
.experience-container__box {
  width: 580px;
}
@media (width < 767px) {
  .experience-container__box {
    width: auto;
  }
}
.experience-container__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.experience-container h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 32px;
}
@media (width < 767px) {
  .experience-container h3 {
    font-size: 2rem;
  }
}
.experience-container p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .experience-container p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.experience-container__map {
  max-width: 828px;
  margin: 32px auto 0;
}
@media (width < 767px) {
  .experience-container__map {
    max-width: 100%;
    margin: 24px auto 0;
  }
}
.experience-container__map img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.support-container__img {
  margin: 56px auto;
}
@media (width < 767px) {
  .support-container__img {
    margin: 40px auto 0;
  }
}
.support-container__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.support-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .support-container__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin: 40px 32px 0;
  }
}
.support-container__block {
  background-color: #FFFFFF;
  max-width: 384px;
  padding: 40px;
}
@media (width < 767px) {
  .support-container__block {
    max-width: 100%;
    padding: 24px;
  }
}
.support-container__block h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  line-height: 1.8;
  margin-top: 24px;
}
@media (width < 767px) {
  .support-container__block h3 {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.support-container__block p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .support-container__block p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 16px;
  }
}
.support-container__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.support-container__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 56px auto 0;
}
.support-container__gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
.support-container__gallery p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
}
@media (width < 767px) {
  .support-container__gallery p {
    font-weight: 400;
  }
}

@media (width < 767px) {
  .trial-content {
    padding: 48px 0 64px;
  }
}

.trial-container {
  margin-top: 48px;
}
@media (width < 767px) {
  .trial-container {
    margin: 32px 32px 0;
  }
}
.trial-container__header {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 48px;
}
@media (width < 767px) {
  .trial-container__header {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }
}
.trial-container__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 767px) {
  .trial-container__body {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-top: 32px;
  }
}
.trial-container__body--contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 0;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .trial-container__body--contact {
    grid-template-columns: 1fr;
    padding: 0 32px;
  }
}
.trial-container__box {
  background-color: #FFFFFF;
  width: 380px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
@media (width < 767px) {
  .trial-container__box {
    width: auto;
  }
}
.trial-container__box h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  color: #444444;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 32px;
}
@media (width < 767px) {
  .trial-container__box h3 {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.09em;
    display: none;
  }
}
.trial-container__box picture {
  display: block;
  width: 300px;
  height: 172px;
  margin-top: 32px;
  overflow: hidden;
}
@media (width < 767px) {
  .trial-container__box picture {
    width: 130px;
    height: auto;
    margin-top: 0;
  }
}
.trial-container__box picture img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trial-container__box picture:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.trial-container__meta {
  display: none;
}
@media (width < 767px) {
  .trial-container__meta {
    width: calc(100% - 150px);
    display: block;
    margin-bottom: 10px;
  }
}
.trial-container__title {
  display: none;
}
@media (width < 767px) {
  .trial-container__title {
    display: block !important;
  }
}
@media (width < 767px) {
  .trial-container__arrow {
    display: block;
    text-align: right;
    margin-top: 16px;
  }
}
.trial-container__session {
  display: block;
  padding: 48px 40px;
}
@media (width < 767px) {
  .trial-container__session {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding: 16px;
  }
}
.trial-container__link {
  width: 240px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .trial-container__link {
    display: none;
  }
}
.trial-container__link .box-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trial-container__contact {
  margin: 96px 0 0;
}
@media (width < 767px) {
  .trial-container__contact {
    margin: 64px 32px 0;
  }
}
.trial-container__block {
  text-align: center;
  border-right: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .trial-container__block {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .trial-container__block:last-child {
    border-bottom: nonefeature-results;
  }
}
.trial-container__block:last-child {
  border-right: none;
}
.trial-container__block h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media (width < 767px) {
  .trial-container__block h4 {
    font-size: 1.6rem;
  }
}
.trial-container__block p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-top: 32px;
}
@media (width < 767px) {
  .trial-container__block p {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.trial-container__block p a.phone-link {
  color: inherit;
  text-decoration: none;
  cursor: text;
  pointer-events: none;
}
@media (width < 767px) {
  .trial-container__block p a.phone-link {
    color: #444444;
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
  }
}
.trial-container__block ul {
  margin-top: 24px;
}
@media (width < 767px) {
  .trial-container__block ul {
    margin-top: 16px;
  }
}
.trial-container__block ul li {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .trial-container__block ul li {
    font-size: 1.1rem;
  }
}

.thanks-content {
  padding-top: 138px;
}
@media (width < 767px) {
  .thanks-content {
    padding-top: 72px;
  }
}
.thanks-content__inner {
  max-width: 1200px;
  margin: 96px auto 88px;
}
@media (width < 767px) {
  .thanks-content__inner {
    max-width: 100%;
    margin: 64px auto;
  }
}
.thanks-content__header h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .thanks-content__header h1 {
    font-size: 3.2rem;
  }
}
.thanks-content__header h1 span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media (width < 767px) {
  .thanks-content__header h1 span {
    font-size: 1.3rem;
  }
}
.thanks-content__complete {
  background-color: #FFFFFF;
  max-width: 828px;
  margin: 64px auto 0;
  padding: 64px 0;
}
@media (width < 767px) {
  .thanks-content__complete {
    margin: 48px 32px 0;
    padding: 32px 24px;
  }
}
.thanks-content__complete h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .thanks-content__complete h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.thanks-content__complete h2::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin: 24px auto;
}
.thanks-content__complete p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4;
}
@media (width < 767px) {
  .thanks-content__complete p {
    font-size: 1.3rem;
    text-align: left;
  }
}
.thanks-content__other {
  text-align: center;
  margin: 64px auto 0;
}
@media (width < 767px) {
  .thanks-content__other {
    margin: 64px 32px 0;
  }
}
.thanks-content__other h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .thanks-content__other h3 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}
.thanks-content__other p {
  font-size: 1.4rem;
  line-height: 2.4;
  margin-top: 40px;
}
@media (width < 767px) {
  .thanks-content__other p {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 24px;
  }
}
.thanks-content__other figure {
  margin-top: 32px;
}
@media (width < 767px) {
  .thanks-content__other figure {
    margin-top: 24px;
  }
}
.thanks-content__other figure a {
  display: block;
}
.thanks-content__other figure a img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.breadcrumbs {
  font-size: 1.1rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0;
}
@media (width < 767px) {
  .breadcrumbs {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 60px;
  }
}
.breadcrumbs--single {
  margin-top: 0;
}
.single .breadcrumbs {
  color: #FFFFFF;
  padding: 24px;
  padding-right: 0 !important;
}
@media (width < 767px) {
  .single .breadcrumbs {
    color: #444444;
  }
}
.single .breadcrumbs ul li:after {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (width < 767px) {
  .single .breadcrumbs ul li:after {
    background-color: rgba(68, 68, 68, 0.2);
  }
}
.single .breadcrumbs ul li a {
  color: #FFFFFF;
}
@media (width < 767px) {
  .single .breadcrumbs ul li a {
    color: #444444;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (width < 767px) {
  .breadcrumbs ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}
.breadcrumbs li:after {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  margin: 0 10px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.breadcrumbs a:hover {
  opacity: 1;
}

.contact-form {
  width: 100%;
  /* ラジオボタンとチェックボックスのスタイル */
  /* 通学目的セクションのスタイル */
  /* 条件付きテキストフィールド */
}
.contact-form__table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
}
@media (width < 767px) {
  .contact-form__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .contact-form__table tr:last-child {
    margin-bottom: 0;
  }
}
.contact-form__table th,
.contact-form__table td {
  padding: 24px;
  border: 1px solid #DEDEDE;
  vertical-align: middle;
}
@media (width < 767px) {
  .contact-form__table th,
  .contact-form__table td {
    width: 100%;
    padding: 16px;
  }
}
.contact-form__table th {
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #2B474E;
  color: #FFFFFF;
  width: 30%;
  text-align: left;
}
@media (width < 767px) {
  .contact-form__table th {
    font-size: 1.4rem;
    width: 100%;
    border: none;
  }
}
.contact-form__table th .required {
  font-size: 1.2rem;
  font-weight: 500;
  color: #BA915B;
}
.contact-form__table th .optional {
  font-size: 1.2rem;
  font-weight: 500;
  color: #A3A3A3;
}
.contact-form__table td {
  background-color: #FFFFFF;
}
@media (width < 767px) {
  .contact-form__table td {
    border: none;
  }
}
.contact-form__table td input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .contact-form__table td input {
    font-size: 1.4rem;
  }
}
.contact-form__table td input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td input::-moz-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td input::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td input::placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
@media (width < 767px) {
  .contact-form__table td input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td input::placeholder {
    font-size: 1.4rem;
  }
}
.contact-form__table td input[type=text] {
  padding: 16px;
}
@media (width < 767px) {
  .contact-form__table td input[type=text] {
    padding: 8px;
  }
}
.contact-form__table td input[type=email] {
  padding: 16px;
}
@media (width < 767px) {
  .contact-form__table td input[type=email] {
    padding: 8px;
  }
}
.contact-form__table td textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  padding: 16px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .contact-form__table td textarea {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.contact-form__table td textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
.contact-form__table td textarea::placeholder {
  font-size: 1.6rem;
  color: #A3A3A3;
}
@media (width < 767px) {
  .contact-form__table td textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-form__table td textarea::placeholder {
    font-size: 1.4rem;
  }
}
.contact-form .wpcf7-form-control {
  width: 100%;
}
.contact-form .wpcf7-textarea {
  resize: vertical;
}
.contact-form .wpcf7-radio,
.contact-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-form .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
.contact-form .wpcf7-list-item-label {
  margin: 0;
  cursor: pointer;
}
.contact-form .purpose-section {
  margin-bottom: 15px;
}
.contact-form .purpose-section:last-child {
  margin-bottom: 0;
}
.contact-form .select-attention {
  font-size: 1.4rem;
  color: #BA915B;
}
.contact-form .conditional-field {
  display: none !important;
  margin-top: 8px;
  margin-left: 25px;
  width: calc(100% - 25px);
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f9fa;
}
.contact-form .show-field {
  background-color: #FFFFFF;
  display: block !important;
  width: calc(100% - 24px);
  margin-top: 8px;
  margin-left: 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.contact-form__attention {
  font-size: 1.2rem;
  text-align: center;
}
@media (width < 767px) {
  .contact-form__attention {
    text-align: left;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.form-footer {
  margin-top: 30px;
}
.form-footer__privacy {
  text-align: center;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .form-footer__privacy {
    text-align: left;
  }
}
.form-footer__privacy p {
  margin-bottom: 15px;
}
.form-footer__privacy a {
  text-decoration: underline;
}
.form-footer__privacy .wpcf7-list-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-footer__submit {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-footer__submit .wpcf7-submit {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  background-color: #BA915B;
  color: #FFFFFF;
  max-width: 460px;
  margin: auto;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.form-footer__submit .wpcf7-submit:hover {
  opacity: 0.7;
}

.main-visual-wrapper {
  position: relative;
  background-color: #2B474E;
}
.main-visual-wrapper::after {
  background-color: #2B474E;
  content: "";
  width: 90%;
  height: 760px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (width < 767px) {
  .main-visual-wrapper::after {
    display: none;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 700px;
  overflow: hidden;
  padding-left: 16%;
}
@media (width < 767px) {
  .main-visual {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    padding-left: 0;
  }
}
.main-visual__slider {
  height: 100%;
}
.main-visual__slider .slick-list,
.main-visual__slider .slick-track {
  height: 100%;
}

.slide-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slide-item picture {
  height: 100%;
  display: block;
}
.slide-item .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  will-change: transform;
}
.slide-item.slick-active .slide-img {
  -webkit-animation: zoomIn 7s ease-out forwards;
          animation: zoomIn 7s ease-out forwards;
}

.main-visual-content {
  position: absolute;
  top: 68%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-left: 6.5%;
  width: 100%;
}
@media (width < 767px) {
  .main-visual-content {
    width: 100%;
    padding: 0 20px;
  }
}
.main-visual-content .slide-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 32px;
}
@media (width < 767px) {
  .main-visual-content .slide-title {
    font-size: 3.4rem;
    margin-top: 20px;
  }
}
.main-visual-content .slide-subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media (width < 767px) {
  .main-visual-content .slide-subtitle {
    font-size: 1.8rem;
    margin-top: 24px;
  }
}

.tagline {
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
}
@media (width < 767px) {
  .tagline {
    font-size: 1rem;
    width: 100%;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.main-visual__slider .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 1.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.main-visual__slider .slick-slide.slick-active {
  opacity: 1;
}

.scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 55px;
  left: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media (width < 767px) {
  .scroll {
    bottom: 115px;
    left: 10px;
  }
}

.scroll::after {
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  position: absolute;
  right: 50%;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* Footer Styles */
.site-footer {
  background-color: #322D29;
  color: #fff;
  padding: 100px 0 50px;
  position: relative;
}
@media (width < 767px) {
  .site-footer {
    padding: 56px 40px 40px;
  }
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
}
@media (width < 767px) {
  .footer-container {
    max-width: 100%;
    padding: 0;
  }
}

/* フッター上部（ナビゲーション） */
.footer-main {
  margin-bottom: 56px;
}
@media (width < 767px) {
  .footer-main {
    margin-bottom: 40px;
  }
}

/* Footer Navigation - PC */
.footer-nav-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (width < 767px) {
  .footer-nav-pc {
    display: none;
  }
}
.footer-nav-pc .footer-nav-column {
  margin-right: 40px;
  min-width: 120px;
}
.footer-nav-pc .footer-nav-column:last-child {
  margin-right: 0;
}
.footer-nav-pc .footer-nav-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  font-weight: 500;
}
.footer-nav-pc .footer-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
.footer-nav-pc .footer-nav-list li {
  line-height: 1;
}
.footer-nav-pc .footer-nav-list li a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* Footer Navigation - SP */
.footer-nav-sp {
  display: none;
}
@media (width < 767px) {
  .footer-nav-sp {
    display: block;
    width: 100%;
  }
}
.footer-nav-sp .footer-menu-sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 10px;
}
.footer-nav-sp .footer-menu-sp li a {
  color: #FFFFFF;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 0;
}

/* フッター下部 */
.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (width < 767px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* 左側グループ: SNSアイコン、プライバシーポリシー、コピーライト */
@media (width < 767px) {
  .footer-bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.footer-social {
  margin-bottom: 24px;
}

/* Social Links */
.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 767px) {
  .footer-social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-social-link {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social-link:last-child {
  margin-right: 0;
}
.footer-social-link img {
  width: 16px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-social-link:hover {
  opacity: 0.8;
}

/* プライバシーポリシーとコピーライトを横並びに */
.footer-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (width < 767px) {
  .footer-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Footer Privacy and Copyright */
@media (width < 767px) {
  .footer-privacy {
    line-height: 1;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-privacy a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-copyright p {
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}
@media (width < 767px) {
  .footer-copyright p {
    margin-top: 16px;
  }
}

/* 右側: ロゴ */
.footer-logo {
  display: block;
  width: 300px;
}
@media (width < 767px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}

/* ページトップに戻るボタン */
.page-top {
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 10;
}
@media (width < 767px) {
  .page-top {
    display: none;
  }
}

#page-top-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow-container {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (width < 767px) {
  .arrow-container {
    height: 40px;
  }
}

.arrow-line {
  width: 1px;
  height: 30px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (width < 767px) {
  .arrow-line {
    height: 30px;
  }
}

.arrow-head {
  width: 6px;
  height: 7px;
  position: absolute;
  bottom: 30px;
  left: -0.5px;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
@media (width < 767px) {
  .arrow-head {
    bottom: 30px;
  }
}

/* ホバー時のアニメーション */
#page-top-btn:hover .arrow-line {
  height: 35px;
}
@media (width < 767px) {
  #page-top-btn:hover .arrow-line {
    height: 40px;
  }
}

#page-top-btn:hover .arrow-head {
  bottom: 35px;
}
@media (width < 767px) {
  #page-top-btn:hover .arrow-head {
    bottom: 40px;
  }
}

.page-top-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* Screen Reader Only - Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (width < 1040px) {
  .container {
    padding: 0 10px;
  }
}
@media (width < 767px) {
  .container {
    padding: 0;
  }
}

.fadein-section {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fadein-section.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.sp-only {
  display: none;
}
@media (width < 767px) {
  .sp-only {
    display: block;
  }
}

.top-message {
  margin-top: 156px;
}
@media (width < 767px) {
  .top-message {
    margin-top: 0;
  }
}
.top-message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1040px) {
  .top-message__inner {
    gap: 30px;
  }
}
@media (width < 767px) {
  .top-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.top-message__text {
  width: 400px;
}
@media (width < 1040px) {
  .top-message__text {
    width: 40%;
  }
}
@media (width < 767px) {
  .top-message__text {
    width: 100%;
    margin-top: 0;
    padding: 56px 32px 0;
  }
}
.top-message__video {
  width: 750px;
}
@media (width < 1040px) {
  .top-message__video {
    width: 55%;
  }
}
@media (width < 767px) {
  .top-message__video {
    width: 100%;
  }
}

.message-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #BA915B;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .message-heading {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}

.message-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #2B474E;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .message-title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.message-description {
  max-width: 340px;
  margin-bottom: 48px;
}
@media (width < 767px) {
  .message-description {
    min-width: 100%;
    margin-bottom: 0;
  }
}
.message-description p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  color: #444444;
}
@media (width < 767px) {
  .message-description p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.message-link {
  margin-top: 64px;
}
@media (width < 767px) {
  .message-link {
    margin-top: 32px;
    float: right;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.restart-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0;
  width: 130px;
  height: 130px;
}
.restart-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.restart-button__inner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.restart-button__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2B474E;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
.restart-button__text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #BA915B;
  margin-left: 5px;
  vertical-align: middle;
}
@media (width < 767px) {
  .restart-button {
    width: 90px;
    height: 90px;
    right: 15px;
    bottom: 15px;
  }
  .restart-button__text {
    font-size: 1.3rem;
  }
  .restart-button__text::after {
    border-width: 5px 0 5px 8px;
  }
}

.top-about {
  background-color: #E8E4DD;
  max-width: 100%;
  margin-top: 96px;
  padding: 96px 0;
}
@media (width < 767px) {
  .top-about {
    margin-top: 0;
    padding: 64px 0;
  }
}
.top-about__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .top-about__inner {
    max-width: 100%;
    margin: 0 32px;
  }
}
.top-about__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #BA915B;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-about__title {
    font-size: 3.2rem;
  }
}
.top-about__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #444444;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 32px;
}
@media (width < 767px) {
  .top-about__lead {
    font-size: 2rem;
    margin-top: 30 px;
  }
}
.top-about__text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .top-about__text {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
  }
}
.top-about__link {
  display: grid;
  justify-self: end;
  max-width: 160px;
  margin-top: 10px;
  margin-left: auto;
}
@media (width < 767px) {
  .top-about__link {
    max-width: 110px;
    margin-top: 32px;
  }
}
.top-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .top-about__content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.top-about__box {
  background-color: #2B474E;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 40px 10px;
}
@media (width < 767px) {
  .top-about__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    text-align: left;
    padding: 20px 32px;
  }
}
.top-about__icon {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 767px) {
  .top-about__icon {
    width: 32px;
  }
}
.top-about__icon img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.top-about__menu {
  margin-top: 16px;
}
@media (width < 767px) {
  .top-about__menu {
    margin-top: 0;
  }
}
.top-about__menu h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media (width < 767px) {
  .top-about__menu h4 {
    font-size: 1.8rem;
  }
}
.top-about__menu p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #BA915B;
  line-height: 1;
  margin-top: 8px;
}
@media (width < 767px) {
  .top-about__menu p {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.top-results {
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .top-results {
    padding: 64px 0;
  }
}
.top-results__header {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (width < 1040px) {
  .top-results__header {
    padding: 0 10px;
  }
}
@media (width < 767px) {
  .top-results__header {
    max-width: 100%;
    padding: 0 32px;
    margin-bottom: 40px;
  }
}
.top-results__header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #444444;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-results__header h2 {
    font-size: 3.2rem;
  }
}
.top-results__header p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 32px;
}
@media (width < 767px) {
  .top-results__header p {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin-top: 24px;
  }
}
.top-results__inner {
  position: relative;
  width: 100%;
}
.top-results__inner picture {
  display: block;
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
}
@media (width < 1040px) {
  .top-results__inner picture {
    padding-left: 20px;
  }
}
@media (width < 767px) {
  .top-results__inner picture {
    padding-left: 0;
  }
}
.top-results__inner picture img {
  width: 100%;
  height: auto;
  display: block;
}
.top-results__content {
  position: relative;
  z-index: 2;
  max-width: 992px;
  margin: -100px auto 0;
  background-color: #FFFFFF;
  padding: 40px 88px 48px;
}
@media (width < 767px) {
  .top-results__content {
    margin: -56px 16px 0;
    padding: 24px 24px 0;
  }
}
.top-results__table {
  margin-bottom: 60px;
}
.top-results__table:last-child {
  margin-bottom: 0;
}
@media (width < 767px) {
  .top-results__table {
    margin-bottom: 40px;
  }
}
.top-results__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-results__title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
.top-results__title sup {
  font-size: 2rem;
}
@media (width < 767px) {
  .top-results__title sup {
    font-size: 1.4rem;
  }
}
.top-results__status {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.6;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
@media (width < 767px) {
  .top-results__status {
    font-size: 1rem;
    text-align: center;
    line-height: 1;
  }
}
.top-results__graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
@media (width < 767px) {
  .top-results__graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.top-results__graph--inter {
  background-color: #F9F8F6;
}
.top-results__box {
  width: calc(33.333% - 10px);
  padding: 0 10px;
}
@media (width < 767px) {
  .top-results__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 16px;
  }
}
.top-results__box:nth-child(2) {
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .top-results__box:nth-child(2) {
    border-top: 1px solid #DEDEDE;
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
    border-left: none;
  }
}
.top-results__box h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
@media (width < 767px) {
  .top-results__box h4 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-bottom: 0;
  }
}
.top-results__box h4 sup {
  font-size: 1.4rem;
}
.top-results__box p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #BA915B;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .top-results__box p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
}
.top-results__box p strong {
  font-size: 6rem;
  font-weight: 400;
  margin: 0 5px;
}
@media (width < 767px) {
  .top-results__box p strong {
    font-size: 4rem;
    line-height: 1;
  }
}
.top-results__box p sup {
  font-size: 1.2rem;
}
.top-results__english {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem !important;
  letter-spacing: 0.075em !important;
}
@media (width < 767px) {
  .top-results__english {
    font-size: 1.3rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-results__english::before {
  background-image: url("../img/flag-england.svg");
  background-position: left center;
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 15px;
  height: 10px;
  margin-right: 8px;
}
.top-results__link {
  max-width: 992px;
  margin: 32px auto 0;
}
@media (width < 767px) {
  .top-results__link {
    max-width: 124px;
    margin: 32px 16px 0 auto;
  }
}

.top-school {
  background-color: #E8E4DD;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .top-school {
    padding: 64px 32px;
  }
}
.top-school__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .top-school__inner {
    max-width: 100%;
  }
}
.top-school__header {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #444444;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-school__header {
    font-size: 3.2rem;
  }
}
.top-school__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 48px;
}
@media (width < 767px) {
  .top-school__type {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.top-school__box {
  text-align: center;
  /*width: 276px;*/
}
@media (width < 767px) {
  .top-school__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #DDD6CA;
  }
  .top-school__box:first-child {
    padding-top: 0;
  }
  .top-school__box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.top-school__img {
  /*width: 276px;
  height: 276px;*/
  overflow: hidden;
}
@media (width < 767px) {
  .top-school__img {
    width: 160px;
    height: 160px;
  }
}
.top-school__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-school__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (width < 767px) {
  .top-school__meta {
    width: calc(100% - 180px);
  }
}
.top-school__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-top: 24px;
}
@media (width < 767px) {
  .top-school__title {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.top-school__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #BA915B;
  line-height: 1;
  margin-top: 8px;
}
@media (width < 767px) {
  .top-school__text {
    font-size: 1.1rem;
    margin-top: 16px;
  }
}

.top-news {
  background-color: #2B474E;
  color: #FFFFFF;
  padding: 96px 0;
  position: relative;
  overflow: hidden !important;
}
@media (width < 767px) {
  .top-news {
    padding: 64px 32px;
  }
}
.top-news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: visible !important;
}
@media (width < 767px) {
  .top-news__inner {
    max-width: 100%;
  }
}
.top-news__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto 48px;
}
@media (width < 767px) {
  .top-news__header {
    margin-bottom: 32px;
  }
}
.top-news__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-news__title {
    font-size: 3.2rem;
  }
}
.top-news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  overflow: visible !important;
}
@media (width < 767px) {
  .top-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top-news__controller-area.pc-only {
  width: 124px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
  position: relative;
  z-index: 20;
}
@media (width < 767px) {
  .top-news__link {
    width: 124px;
  }
}
.top-news__link .arrow-link-white {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
@media (width < 767px) {
  .top-news__link .arrow-link-white {
    font-size: 1.4rem;
  }
}
.top-news__link .arrow-link-white--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  -webkit-transition: none;
  transition: none;
}
.top-news__link .arrow-link-white--underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -webkit-transform: none;
          transform: none;
  top: auto;
  right: auto;
  border: none;
  z-index: 1;
}
.top-news__link .arrow-link-white--underline .arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top-news__link .arrow-link-white--underline .arrow-icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}
.top-news__link .arrow-link-white--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -0.7px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.top-news__link .arrow-link-white--underline:hover::before {
  width: 100%;
}
.top-news__link .arrow-link-white--underline:hover .arrow-icon::before {
  -webkit-transform: translateX(15px) scaleX(0.7);
          transform: translateX(15px) scaleX(0.7);
}
.top-news__link .arrow-link-white--underline:hover .arrow-icon img {
  right: -10px;
}
.top-news__link .arrow-link-white--right {
  margin-left: auto;
}

.news-slider-container {
  width: 100%;
  position: relative;
  overflow: visible !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (width < 767px) {
  .news-slider-container {
    width: 100%;
  }
}

.news-slider {
  overflow: visible !important;
  width: 100%;
  position: relative;
  margin-left: 0;
  padding-bottom: 30px;
}
.news-slider .slick-list {
  overflow: visible;
}
.news-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-left-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2B474E;
  z-index: 25;
  width: 174px;
}
@media (width < 767px) {
  .slider-left-mask {
    width: 32px;
  }
}

.news-slide {
  width: 374px;
  margin-right: 30px;
  opacity: 1;
  height: auto;
}
@media (width < 767px) {
  .news-slide {
    width: 280px;
    margin-right: 20px;
  }
}
.news-slide a {
  display: block;
  text-decoration: none;
  color: #444444;
  height: 100%;
}
.news-slide__article {
  background-color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-slide__media {
  height: 230px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (width < 767px) {
  .news-slide__media {
    height: 180px;
  }
}
.news-slide__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.news-slide:hover .news-slide__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-slide__content {
  padding: 16px 24px;
}
.news-slide__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-slide__date {
  font-size: 1.2rem;
  font-weight: 400;
  color: #A3A3A3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.news-slide__date::after {
  font-size: 1.8rem;
  color: #A3A3A3;
  display: block;
  content: "｜";
  margin: 0 16px;
}
.news-slide__category {
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #2B474E;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  padding: 6px 8px;
}
@media (width < 767px) {
  .news-slide__category {
    font-size: 1.1rem;
  }
}
.news-slide__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #444444;
  line-height: 1.8;
  margin-top: 16px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width < 767px) {
  .news-slide__title {
    font-size: 1.4rem;
  }
}

.news-slider-prev,
.news-slider-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 30;
  position: relative;
}
@media (width < 767px) {
  .news-slider-prev,
  .news-slider-next {
    width: 42px;
    height: 42px;
  }
}
.news-slider-prev:hover,
.news-slider-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-slider-prev:after,
.news-slider-next:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.news-slider-prev:after {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}

.news-slider-next:after {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}

.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-progress {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.slick-progress-fill {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* コントローラーボタン用の強化スタイル - important付きで優先度を上げる */
.top-news__controller-area.pc-only {
  width: 124px !important;
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
  margin-right: 24px !important;
  position: relative !important;
  z-index: 30 !important;
}
.top-news__controller-area.sp-only {
  margin-top: 30px !important;
  display: none !important;
}
@media (width < 767px) {
  .top-news__controller-area.sp-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.top-news__controller {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10 !important;
  gap: 16px !important;
}
@media (width < 767px) {
  .top-news__controller {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

/* ナビゲーションボタンの詳細スタイル - 重要度を上げて確実に適用 */
.news-slider-prev,
.news-slider-next {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  z-index: 30 !important;
  position: relative !important;
}
@media (width < 767px) {
  .news-slider-prev,
  .news-slider-next {
    width: 42px !important;
    height: 42px !important;
  }
}
.news-slider-prev:hover,
.news-slider-next:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.news-slider-prev:after,
.news-slider-next:after {
  content: "" !important;
  width: 4px !important;
  height: 4px !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.news-slider-prev:after {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg) !important;
          transform: translate(-25%, -50%) rotate(-135deg) !important;
}

.news-slider-next:after {
  -webkit-transform: translate(-75%, -50%) rotate(45deg) !important;
          transform: translate(-75%, -50%) rotate(45deg) !important;
}

/* 無効状態の強調 */
.slick-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.top-social__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 96px 0;
}
@media (width < 767px) {
  .top-social__inner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 64px 32px;
  }
}
.top-social__header {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .top-social__header {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.top-social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-left: auto;
}
@media (width < 767px) {
  .top-social__link {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin: 0 auto;
  }
}
.top-social__box {
  width: 384px;
}
@media (width < 767px) {
  .top-social__box {
    width: auto;
  }
}
.top-social__box a {
  display: block;
}
.top-social__box figure {
  width: 384px;
  height: 258px;
  overflow: hidden;
}
@media (width < 767px) {
  .top-social__box figure {
    width: auto;
    height: auto;
  }
}
.top-social__box figure img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-social__box figure:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-social__title {
  font-size: 1.6rem;
  font-weight: 400;
  background-position: left center;
  background-repeat: no-repeat;
  color: #444444;
  line-height: 1.2;
  margin-top: 24px;
  padding-left: 30px;
}
@media (width < 767px) {
  .top-social__title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.top-social__title--youtube {
  background-image: url("../img/icon-youtube.svg");
  background-size: 20px 14px;
}
.top-social__title--instagram {
  background-image: url("../img/icon-instagram.svg");
  background-size: 18px;
}
.top-social__text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444444;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .top-social__text {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 16px;
  }
}

.free-trial {
  background-color: #A8B3AC;
  position: relative;
  height: 640px;
  padding: 0;
  overflow: hidden;
}
@media (width < 767px) {
  .free-trial {
    height: auto;
    padding: 64px 0;
  }
}
.free-trial__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  height: 100%;
}
@media (width < 767px) {
  .free-trial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: auto;
  }
}
.free-trial__slide {
  width: 38%;
  position: relative;
  overflow: visible;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media (width < 767px) {
  .free-trial__slide {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.free-trial__content {
  width: 62%;
  padding: 88px 0 88px 60px;
}
@media (width < 767px) {
  .free-trial__content {
    width: 100%;
    padding: 0 16px;
  }
}
.free-trial__header {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .free-trial__header {
    font-size: 3.2rem;
    margin-top: 20px;
  }
}
.free-trial__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 40px;
}
@media (width < 767px) {
  .free-trial__lead {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 32px;
  }
}
.free-trial__text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.4;
  margin-top: 32px;
  color: #FFFFFF;
}
@media (width < 767px) {
  .free-trial__text {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.free-trial__link {
  position: relative;
  max-width: 340px;
  margin: 64px auto 0;
}
@media (width < 767px) {
  .free-trial__link {
    max-width: 300px;
    margin-top: 40px;
  }
}

.free-trial-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (width < 767px) {
  .free-trial-slider {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .free-trial-slider .slick-list {
    height: 100%;
    overflow: visible !important;
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@media (max-width: 767px) {
  .free-trial-slider .slick-list {
    height: 100%;
    overflow: visible !important;
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .free-trial-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .free-trial-slider .sp-slide-width {
    width: 264px !important;
  }
}
.free-trial-slider .slick-track {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (width < 767px) {
  .free-trial-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.free-trial-slider__item {
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (width < 767px) {
  .free-trial-slider__item {
    height: 180px;
    width: 264px !important;
  }
}
.free-trial-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (width < 767px) {
  .free-trial-slider__item img {
    width: 264px;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.free-trial-slider .slick-slide {
  height: auto;
}
@media (width < 767px) {
  .free-trial-slider .slick-slide {
    padding-bottom: 0;
    margin-right: 16px;
  }
}

.free-trial-slider-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.free-trial-slider-pc .slick-list {
  height: 100%;
  overflow: visible !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.free-trial-slider-pc .slick-track {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.free-trial-slider-pc__item {
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.free-trial-slider-pc__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.free-trial-slider-sp {
  position: relative;
  height: 200px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.free-trial-slider-sp .slick-list {
  height: 100%;
  overflow: visible !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
.free-trial-slider-sp .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.free-trial-slider-sp__item {
  height: 180px;
  width: 264px !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.free-trial-slider-sp__item img {
  width: 264px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.free-trial-slider-sp .slick-slide {
  padding-bottom: 0;
  margin-right: 16px;
}
.free-trial-slider-sp.slick-slider div {
  -webkit-transition: none;
  transition: none;
}

.trial-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BA915B;
  color: #FFFFFF;
  text-align: center;
  padding: 32px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  will-change: transform;
}
@media (width < 767px) {
  .trial-btn {
    padding: 24px 20px;
  }
}
.trial-btn:hover .trial-btn__icon::before {
  -webkit-transform: translateX(15px) scaleX(0.8);
          transform: translateX(15px) scaleX(0.8);
}
.trial-btn:hover .trial-btn__icon img {
  right: -10px;
}
.trial-btn__sub {
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  background-color: #FFFFFF;
  color: #BA915B;
  padding: 5px 12px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  -webkit-transform: translateX(-50%) translateZ(0);
          transform: translateX(-50%) translateZ(0);
}
@media (width < 767px) {
  .trial-btn__sub {
    font-size: 1.2rem;
    line-height: 1;
    top: -12px;
  }
}
.trial-btn__sub:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFFFFF;
}
.trial-btn__main {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-right: 5px;
}
@media (width < 767px) {
  .trial-btn__main {
    font-size: 1.4rem;
  }
}
.trial-btn__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}
.trial-btn__icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(15px) scaleX(0.5);
          transform: translateX(15px) scaleX(0.5);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
  will-change: transform;
}
.trial-btn__icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -0.5px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  will-change: right;
}

.school-list {
  padding: 56px 0 80px;
}
@media (width < 767px) {
  .school-list {
    padding: 40px 0;
  }
}
.school-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (width < 1040px) {
  .school-list__inner {
    margin-bottom: 32px;
    padding: 0 32px;
  }
}
.school-list__item {
  background-color: #FFFFFF;
  margin-bottom: 40px;
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
@media (width < 767px) {
  .school-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    padding: 24px;
  }
}
.school-list__item:last-child {
  margin-bottom: 0;
}
.school-list__image {
  width: 467px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
@media (width < 767px) {
  .school-list__image {
    width: 100%;
    height: 200px;
    margin-bottom: 24px;
  }
}
.school-list__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-list__content {
  position: relative;
  width: calc(100% - 467px - 56px);
}
@media (width < 767px) {
  .school-list__content {
    width: 100%;
  }
}
.school-list__tag {
  font-size: 1.5rem;
  font-weight: 400;
  color: #BA915B;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .school-list__tag {
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.school-list__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  color: #2B474E;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-bottom: 24px;
}
@media (width < 767px) {
  .school-list__title {
    font-size: 2rem;
  }
}
.school-list__title::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin-top: 24px;
}
.school-list__address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .school-list__address {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.school-list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: absolute;
  bottom: 0;
}
.school-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  position: absolute;
  bottom: 0;
}
.school-list__link--schedule {
  position: static;
}
.school-list__link a {
  text-decoration: none;
}
@media (width < 767px) {
  .school-list__link {
    position: static;
    margin-top: 24px;
  }
}
.school-list__schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  bottom: 0;
}
.school-list__schedule a {
  text-decoration: none;
}
@media (width < 767px) {
  .school-list__schedule {
    position: static;
    margin-top: 24px;
  }
}

.school-content {
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.school-content__visual {
  max-width: 100%;
}
.school-content__visual img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 767px) {
  .school-content__visual img {
    aspect-ratio: 25/12;
  }
}
.school-content__header {
  padding: 72px 0 96px;
}
@media (width < 767px) {
  .school-content__header {
    padding: 48px 32px 64px;
  }
}
.school-content__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .school-content__title {
    font-size: 2.2rem;
  }
}
.school-content__lead {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .school-content__lead {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 32px;
  }
}
.school-content__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 56px auto 0;
}
@media (width < 767px) {
  .school-content__gallery {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 6px 2%;
    max-width: 100%;
    margin: 32px auto 0;
  }
}
.school-content__gallery li {
  width: 24%;
}
@media (width < 767px) {
  .school-content__gallery li {
    width: 49%;
  }
}
.school-content__gallery li img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.school-content__course {
  background-color: #E8E4DD;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .school-content__course {
    padding: 64px 32px;
  }
}

.course-content__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .course-content__inner {
    max-width: 100%;
  }
}

.course-block {
  margin: 48px auto 0;
}
@media (width < 767px) {
  .course-block {
    margin: 40px auto 0;
  }
}
.course-block__header {
  background-color: #2B474E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 56px;
}
@media (width < 767px) {
  .course-block__header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.course-block__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (width < 767px) {
  .course-block__title {
    font-size: 1rem;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.course-block__title span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (width < 767px) {
  .course-block__title span {
    margin-top: 8px;
  }
}
.course-block__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (width < 767px) {
  .course-block__badge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}
.course-block__badge li {
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #FFFFFF;
  line-height: 1;
  padding: 10px;
}
@media (width < 767px) {
  .course-block__badge li {
    font-size: 1.1rem;
    padding: 8px;
  }
}
.course-block__lead {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 56px;
}
@media (width < 767px) {
  .course-block__lead {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.course-block__summary {
  width: calc(100% - 532px);
}
@media (width < 767px) {
  .course-block__summary {
    width: auto;
    padding: 32px 24px;
  }
}
.course-block__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media (width < 767px) {
  .course-block__catch {
    font-size: 1.8rem;
  }
}
.course-block__catch::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin-top: 24px;
}
.course-block__catch sup {
  font-size: 1.4rem;
}
.course-block__about {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .course-block__about {
    font-size: 1.3rem;
  }
}
.course-block__about sup {
  font-size: 1rem;
}
.course-block__img {
  width: 460px;
}
@media (width < 767px) {
  .course-block__img {
    width: auto;
  }
}
.course-block__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.course-container {
  background-color: #F8F8F8;
}
.course-container__header {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-container__header::after {
  background: url("../img/arrow-accordion.svg") no-repeat center/100%;
  display: inline-block;
  content: "";
  width: 12px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.course-container__header.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.course-container__table {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 56px;
}
@media (width < 767px) {
  .course-container__table {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
@media (width < 767px) {
  .course-container__table-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.course-container__table table {
  width: 100%;
  border-collapse: collapse;
}
@media (width < 767px) {
  .course-container__table table {
    table-layout: fixed;
    width: auto;
    margin: 0 24px 24px;
  }
}
@media (width < 767px) {
  .course-container__table table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .course-container__table table tr:last-child {
    margin-bottom: 0;
  }
}
.course-container__table table tr th {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #EFEFEF;
  text-align: center;
  line-height: 1;
  width: 24%;
  padding: 40px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .course-container__table table tr th {
    width: 100%;
    padding: 24px 16px;
  }
}
.course-container__table table tr td {
  font-size: 1.4rem;
  padding: 40px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .course-container__table table tr td {
    font-size: 1.2rem;
    width: 100%;
    padding: 24px 16px;
    border-top: none;
  }
}
.course-container__table table tr td ul {
  padding-left: 1em;
  list-style-type: disc;
  margin-bottom: 32px;
}
@media (width < 767px) {
  .course-container__table table tr td ul {
    margin-bottom: 16px;
  }
}
.course-container__table table tr td ul:last-child {
  margin-bottom: 0;
}
.course-container__table table tr td ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .course-container__table table tr td ul li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.course-container__table table tr td p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-bottom: 32px;
}
@media (width < 767px) {
  .course-container__table table tr td p {
    font-size: 1.2rem;
  }
}
.course-container__table table tr td p:last-child {
  margin-bottom: 0;
}
.course-container__table table tr td p small {
  font-size: 1.1rem;
  line-height: 1.8;
}
.course-container__btn {
  max-width: 300px;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .course-container__btn {
    max-width: 100%;
    margin: 24px 24px 0;
  }
}

.access-content {
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .access-content {
    padding: 64px 32px;
  }
}
.access-content__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .access-content__inner {
    max-width: 100%;
  }
}
.access-content__header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .access-content__header h2 {
    font-size: 3.2rem;
  }
}
.access-content__header p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
}
@media (width < 767px) {
  .access-content__header p {
    font-size: 1.2rem;
  }
}
.access-content__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 56px;
}
@media (width < 767px) {
  .access-content__body {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
@media (width < 767px) {
  .access-content__data {
    margin-top: 40px;
  }
}
.access-content__data p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .access-content__data p {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}
.access-content__data p:first-child {
  margin-top: 0;
}
.access-content__link {
  margin-top: 32px;
}
.access-content__link .arrow-link {
  letter-spacing: 0.1em;
}
.access-content__map {
  width: 690px;
  height: 400px;
}
@media (width < 767px) {
  .access-content__map {
    width: auto;
    height: 300px;
  }
}
.access-content__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.school-news {
  background-color: #EFEFEF;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .school-news {
    padding: 64px 32px;
  }
}
.school-news__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .school-news__inner {
    max-width: 100%;
  }
}
.school-news__content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .school-news__content {
    margin: 40px auto 0;
  }
}
.school-news__permalink {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 767px) {
  .school-news__permalink {
    display: grid;
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.school-news__permalink:hover {
  opacity: 0.7;
}
.school-news__date {
  font-size: 1.1rem;
  color: #A3A3A3;
  line-height: 1;
  margin-right: 32px;
}
@media (width < 767px) {
  .school-news__date {
    font-size: 1.2rem;
    margin-right: 16px;
  }
}
.school-news__category {
  font-size: 1.2rem;
  background-color: #2B474E;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin-right: 48px;
  padding: 6px 8px;
}
@media (width < 767px) {
  .school-news__category {
    font-size: 1.1rem;
    margin-right: 0;
    padding: 4px 8px;
  }
}
.school-news__title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.8;
}
@media (width < 767px) {
  .school-news__title {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}
.school-news__link {
  max-width: 160px;
  margin-top: 32px;
  margin-left: auto;
}

.page-course {
  background-color: #F8F8F8;
}

.class-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.class-content__visual {
  max-width: 100%;
}
.class-content__visual img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.class-content__header {
  padding: 72px 0;
}
@media (width < 767px) {
  .class-content__header {
    padding: 48px 32px 64px;
  }
}
.class-content__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .class-content__title {
    font-size: 2rem;
  }
}
.class-content__title sup {
  font-size: 2rem;
}
@media (width < 767px) {
  .class-content__title sup {
    font-size: 1.4rem;
  }
}
.class-content__lead {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .class-content__lead {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
    margin-top: 32px;
  }
}
.class-content__lead sup {
  font-size: 1.2rem;
}
@media (width < 767px) {
  .class-content__lead sup {
    font-size: 1.1rem;
  }
}
.class-content__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 56px auto 0;
}
.class-content__gallery li {
  width: 24%;
}
.class-content__gallery li img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.class-content__course {
  max-width: 100%;
  margin-bottom: 96px;
}

.class-body__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .class-body__inner {
    max-width: 100%;
  }
}

.class-block {
  margin: 48px auto 0;
}
@media (width < 767px) {
  .class-block {
    margin: 32px 32px 0;
  }
}
.class-block:first-child {
  margin-top: 0;
}
.class-block__header {
  background-color: #2B474E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 56px;
}
@media (width < 767px) {
  .class-block__header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 21px;
  }
}
.class-block__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (width < 767px) {
  .class-block__title {
    font-size: 1rem;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.class-block__title span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (width < 767px) {
  .class-block__title span {
    margin-top: 8px;
  }
}
.class-block__title span sup {
  font-size: 1.2rem;
}
.class-block__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (width < 767px) {
  .class-block__badge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-top: 20px;
  }
}
.class-block__badge li {
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #FFFFFF;
  line-height: 1;
  padding: 10px 16px;
}
@media (width < 767px) {
  .class-block__badge li {
    font-size: 1.1rem;
    padding: 8px;
  }
}
.class-block__lead {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 56px;
}
@media (width < 767px) {
  .class-block__lead {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.class-block__summary {
  width: calc(100% - 532px);
}
@media (width < 767px) {
  .class-block__summary {
    width: auto;
    padding: 32px 24px;
  }
}
.class-block__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media (width < 767px) {
  .class-block__catch {
    font-size: 1.8rem;
  }
}
.class-block__catch sup {
  font-size: 1.4rem;
}
.class-block__catch::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin-top: 24px;
}
.class-block__about {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .class-block__about {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.class-block__about sup {
  font-size: 1rem;
}
.class-block__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.class-block__img {
  width: 460px;
}
@media (width < 767px) {
  .class-block__img {
    width: auto;
  }
}
.class-block__img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.feature-body {
  background-color: #E8E4DD;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-body {
    padding: 64px 32px;
  }
}
.feature-body__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .feature-body__inner {
    max-width: 100%;
  }
}
.feature-body__section {
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  margin-top: 48px;
  padding: 64px;
}
@media (width < 767px) {
  .feature-body__section {
    row-gap: 64px;
    margin: 40px auto 0;
    padding: 40px 24px;
  }
}
.feature-body__block {
  max-width: 100%;
}
.feature-body__block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (width < 767px) {
  .feature-body__block-inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.feature-body__block:nth-child(odd) .feature-body__block-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature-body__summary {
  width: calc(100% - 608px);
}
@media (width < 767px) {
  .feature-body__summary {
    width: auto;
  }
}
.feature-body__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #A3A3A3;
  line-height: 1;
}
.feature-body__number span {
  font-family: "Zen Old Mincho", serif;
}
.feature-body__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 12px;
}
@media (width < 767px) {
  .feature-body__title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.feature-body__title::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin-top: 16px;
}
@media (width < 767px) {
  .feature-body__title::after {
    margin-top: 24px;
  }
}
.feature-body__title sup {
  font-size: 1.8rem;
}
@media (width < 767px) {
  .feature-body__title sup {
    font-size: 1.4rem;
  }
}
.feature-body__subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  color: #BA915B;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-body__subtitle {
    font-size: 1.6rem;
  }
}
.feature-body__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-body__text {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.feature-body__img {
  width: 560px;
  height: 350px;
}
@media (width < 767px) {
  .feature-body__img {
    width: auto;
    height: auto;
  }
}
.feature-body__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.feature-body__slider {
  width: 560px;
  height: 350px;
  max-width: 100%;
}
@media (width < 767px) {
  .feature-body__slider {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
.feature-body__slider .slick-list {
  overflow: hidden;
}
.feature-body__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-body__slider .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.feature-body__slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.feature-body__slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  bottom: -15px;
}
@media (width < 767px) {
  .feature-body__slider .slick-dots {
    bottom: 15px !important;
  }
}
.feature-body__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.feature-body__slider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.feature-body__slider .slick-dots li button::before {
  font-size: 1.2rem;
  color: #E8E4DD;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: 1;
}
@media (width < 767px) {
  .feature-body__slider .slick-dots li button::before {
    font-size: 1rem;
  }
}
.feature-body__slider .slick-dots li.slick-active button::before {
  color: #2B474E;
  opacity: 1;
}
.feature-body__slider img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.feature-body__attention {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
}
@media (width < 767px) {
  .feature-body__attention {
    font-weight: 400;
  }
}

.feature-results {
  background-color: #EFEFEF;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-results {
    padding: 64px 32px;
  }
}
.feature-results__inner {
  background-color: #FFFFFF;
  max-width: 1200px;
  margin: auto;
  padding: 64px;
}
@media (width < 767px) {
  .feature-results__inner {
    background-color: transparent;
    max-width: 100%;
    padding: 0;
  }
}
.feature-results__block {
  max-width: 100%;
  margin: 48px auto 0;
}
@media (width < 767px) {
  .feature-results__block {
    margin-top: 40px;
  }
}
.feature-results__title {
  background-color: #2B474E;
  max-width: 100%;
  padding: 20px 0;
}
@media (width < 767px) {
  .feature-results__title {
    padding: 16px 0;
  }
}
.feature-results__title h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (width < 767px) {
  .feature-results__title h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.feature-results__title h3 sup {
  font-size: 1.6rem;
}
@media (width < 767px) {
  .feature-results__title h3 sup {
    font-size: 1.2rem;
  }
}
.feature-results__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
.feature-results__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width < 767px) {
  .feature-results__row {
    grid-template-columns: 1fr;
  }
}
.feature-results__row:nth-child(even) {
  background-color: #F8F8F8;
}
.feature-results__row--quadruple {
  grid-template-columns: repeat(4, 1fr);
}
@media (width < 767px) {
  .feature-results__row--quadruple {
    grid-template-columns: 1fr;
  }
}
.feature-results__row--quadruple .feature-results__type {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: auto;
}
.feature-results__row--quadruple .feature-results__box {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.feature-results__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*column-gap: 8px;*/
  padding: 16px;
  border: 1px solid #DEDEDE;
  border-top: none;
}
@media (width < 767px) {
  .feature-results__box {
    background-color: #FFFFFF;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 16px;
  }
}
.feature-results__box:nth-child(2) {
  border-left: none;
  border-right: none;
}
@media (width < 767px) {
  .feature-results__box:nth-child(2) {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
  }
}
.feature-results__box:nth-child(4n) {
  border-left: none;
}
@media (width < 767px) {
  .feature-results__box:nth-child(4n) {
    border-left: 1px solid #DEDEDE;
  }
}
.feature-results__type {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media (width < 767px) {
  .feature-results__type {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.feature-results__type--foreign {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  width: 225px;
}
@media (width < 767px) {
  .feature-results__type--foreign {
    font-size: 1.5rem;
    width: 200px;
  }
}
.feature-results__type sup {
  font-size: 1.4rem;
}
.feature-results__type.flag-icon::before {
  background-position: left center;
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 15px;
  height: 10px;
  margin-right: 8px;
}
.feature-results__type.flag-icon--england::before {
  background-image: url("../img/flag-england.svg");
}
.feature-results__type.flag-icon--australia::before {
  background-image: url("../img/flag-australia.svg");
}
.feature-results__type.flag-icon--usa::before {
  background-image: url("../img/flag-usa.svg");
}
.feature-results__type.flag-icon--netherlands::before {
  background-image: url("../img/flag-netherlands.svg");
}
.feature-results__type.flag-icon--switzerland::before {
  background-image: url("../img/flag-switzerland.svg");
}
.feature-results__type.flag-icon--malaysia::before {
  background-image: url("../img/flag-malaysia.svg");
}
.feature-results__type.flag-icon--canada::before {
  background-image: url("../img/flag-canada.svg");
}
.feature-results__people {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #BA915B;
}
.feature-results__people strong {
  font-size: 4.2rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 8px;
}
@media (width < 767px) {
  .feature-results__people strong {
    font-size: 3.6rem;
    margin: 0 4px;
  }
}
.feature-results__attention {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.6;
  letter-spacing: 0.16em;
  margin-top: 8px;
}
@media (width < 767px) {
  .feature-results__attention {
    font-size: 1rem;
  }
}

/* 「続きを読む」以下をグラデーションで隠す */
@media (width < 767px) {
  .cp_box1 {
    position: relative;
  }
}

.cp_box1 input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
@media (width < 767px) {
  .cp_box1 label {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    height: 140px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
    background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  }
}

/* 開いた時にグラデーションを消す */
@media (width < 767px) {
  .cp_box1 input:checked + label {
    background: inherit;
  }
}

.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

@media (width < 767px) {
  .cp_box1 .cp_container {
    overflow: hidden;
    height: 300px;
    /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*続きをよむボタン*/
@media (width < 767px) {
  .cp_box1 label:after,
  .cp_box1 label::before {
    content: "";
    position: absolute;
    line-height: 2.5rem;
  }
}

@media (width < 767px) {
  .cp_box1 label:after {
    font-family: "Zen Old Mincho", serif;
    color: #444444;
    z-index: 2;
    bottom: 20px;
    width: 13em;
    content: "もっと見る";
  }
}

@media (width < 767px) {
  .cp_box1 label::before {
    position: absolute;
    bottom: 30px;
    right: calc(50% - 4em);
    z-index: 3;
    width: 10px;
    height: 5px;
    background: url("../img/arrow-down-black.svg") no-repeat center/100%;
  }
}

/*閉じるボタン*/
@media (width < 767px) {
  .cp_box1 input:checked + label:after {
    content: "閉じる";
  }
}

@media (width < 767px) {
  .cp_box1 input:checked + label:before {
    right: calc(50% - 3em);
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}

@media (width < 767px) {
  .cp_box1 input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 30px;
    /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.feature-program {
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-program {
    padding: 64px 32px;
  }
}
.feature-program__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .feature-program__inner {
    max-width: 100%;
  }
}
.feature-program__body {
  background-color: #FFFFFF;
  max-width: 100%;
  margin-top: 48px;
  padding: 64px;
}
@media (width < 767px) {
  .feature-program__body {
    margin-top: 40px;
    padding: 40px 24px;
  }
}
.feature-program__block {
  margin-bottom: 56px;
}
.feature-program__block:last-child {
  margin-bottom: 0;
}
.feature-program__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  border-left: 2px solid #BA915B;
  padding: 2px 0 2px 16px;
}
@media (width < 767px) {
  .feature-program__title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.feature-program__guide {
  display: none;
}
@media (width < 767px) {
  .feature-program__guide {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
    margin-top: 5px;
  }
}
.feature-program__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-program__text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.feature-program__group {
  background-color: #F8F8F8;
  margin-top: 24px;
  padding: 32px 40px;
}
@media (width < 767px) {
  .feature-program__group {
    background-color: transparent;
    padding: 0;
  }
}
.feature-program__group ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (width < 767px) {
  .feature-program__group ul {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.feature-program__group ul li {
  font-size: 1.4rem;
  font-weight: 400;
  background: url("../img/list-icon.svg") no-repeat top 8px left;
  line-height: 2;
  width: 48%;
  padding-left: 24px;
}
@media (width < 767px) {
  .feature-program__group ul li {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    width: auto;
  }
}
.feature-program__group p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-program__group p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.feature-program__group p small {
  font-size: 1.1rem;
}
.feature-program__table {
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-program__table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.feature-program__table table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .feature-program__table table {
    width: 100%;
    table-layout: fixed;
    border: none;
  }
}
.feature-program__table table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
@media (width < 767px) {
  .feature-program__table table tr:nth-child(odd) {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) {
  .feature-program__table table tr.pc-table {
    display: none;
  }
}
@media (width < 767px) {
  .feature-program__table table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}
.feature-program__table table tr th {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #2B474E;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 24px;
  border: 1px solid #DEDEDE;
  border-top: none;
  border-bottom: none;
}
@media (width < 767px) {
  .feature-program__table table tr th {
    font-size: 1.2rem;
    padding: 16px;
    white-space: nowrap;
  }
}
.feature-program__table table tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  vertical-align: middle;
  padding: 24px;
  border: 1px solid #DEDEDE;
  border-top: none;
  /*          border-bottom: none;*/
}
@media (width < 767px) {
  .feature-program__table table tr td {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 16px;
  }
}
@media (width < 767px) {
  .feature-program__table table tr td.sp-header {
    background-color: #2B474E;
    color: #FFFFFF;
  }
}
.feature-program__table table tr td span {
  font-size: 1rem;
  display: block;
  margin-top: 8px;
}
.feature-program__table table tr td:last-child {
  width: 55%;
  text-align: left;
}
@media (width < 767px) {
  .feature-program__table table tr td:last-child {
    width: 100%;
  }
}
.feature-program__table--three tr th:first-child {
  width: 20%;
}
@media (width < 767px) {
  .feature-program__table--three tr th:first-child {
    width: 100%;
  }
}
.feature-program__table--three tr th:nth-child(2) {
  width: 40%;
}
@media (width < 767px) {
  .feature-program__table--three tr th:nth-child(2) {
    width: 100%;
  }
}
.feature-program__table--three tr th:last-child {
  width: 40% !important;
}
@media (width < 767px) {
  .feature-program__table--three tr th:last-child {
    width: 100% !important;
  }
}
.feature-program__table--three tr td:first-child {
  width: 20%;
}
@media (width < 767px) {
  .feature-program__table--three tr td:first-child {
    width: 100%;
  }
}
.feature-program__table--three tr td:nth-child(2) {
  width: 40%;
}
@media (width < 767px) {
  .feature-program__table--three tr td:nth-child(2) {
    width: 100%;
  }
}
.feature-program__table--three tr td:last-child {
  text-align: center !important;
  width: 40% !important;
}
@media (width < 767px) {
  .feature-program__table--three tr td:last-child {
    width: 100% !important;
  }
}
.feature-program__table--jh th:first-child,
.feature-program__table--jh td:first-child {
  width: 30%;
}
.feature-program__table--jh th:nth-child(2),
.feature-program__table--jh td:nth-child(2) {
  width: 30%;
}
.feature-program__table--jh th:last-child,
.feature-program__table--jh td:last-child {
  text-align: center !important;
  width: 40% !important;
}
@media (width < 767px) {
  .feature-program__table--jh th:first-child,
  .feature-program__table--jh td:first-child {
    width: 120px;
    /* px指定にして固定幅に */
  }
  .feature-program__table--jh th:nth-child(2),
  .feature-program__table--jh td:nth-child(2) {
    width: 120px;
  }
  .feature-program__table--jh th:last-child,
  .feature-program__table--jh td:last-child {
    width: 410px;
    /* 目標レベルの列を広めに取る */
  }
}
.feature-program__table--four th:first-child,
.feature-program__table--four td:first-child {
  width: 15%;
}
.feature-program__table--four th:nth-child(2),
.feature-program__table--four td:nth-child(2) {
  width: 17%;
}
.feature-program__table--four th:nth-child(3),
.feature-program__table--four td:nth-child(3) {
  width: 15%;
}
.feature-program__table--four th:last-child,
.feature-program__table--four td:last-child {
  width: 53%;
}
@media (width < 767px) {
  .feature-program__table--four th:first-child,
  .feature-program__table--four td:first-child {
    width: 100%;
    /* px指定にして固定幅に */
  }
  .feature-program__table--four th:nth-child(2),
  .feature-program__table--four td:nth-child(2) {
    width: 100%;
  }
  .feature-program__table--four th:nth-child(3),
  .feature-program__table--four td:nth-child(3) {
    width: 100%;
  }
  .feature-program__table--four th:last-child,
  .feature-program__table--four td:last-child {
    width: 100%;
    /* 目標レベルの列を広めに取る */
  }
}
.feature-program__other-list {
  padding-left: 1em;
  list-style-type: disc;
  margin-top: 24px;
}
.feature-program__other-list li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
}
@media (width < 767px) {
  .feature-program__other-list li {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 16px;
  }
}

.feature-faq {
  background-color: #E8E4DD;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-faq {
    padding: 64px 32px;
  }
}
.feature-faq__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .feature-faq__inner {
    max-width: 100%;
  }
}
.feature-faq__content {
  margin-top: 48px;
}
@media (width < 767px) {
  .feature-faq__content {
    margin-top: 40px;
  }
}
.feature-faq__content dl {
  background-color: #FFFFFF;
  margin-bottom: 16px;
  padding: 24px 48px;
  position: relative;
}
@media (width < 767px) {
  .feature-faq__content dl {
    padding: 16px;
  }
}
.feature-faq__content dl:last-child {
  margin-bottom: 0;
}
.feature-faq__content dl dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
@media (width < 767px) {
  .feature-faq__content dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-right: 16px;
  }
}
.feature-faq__content dl dt span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #BA915B;
  margin-right: 16px;
}
@media (width < 767px) {
  .feature-faq__content dl dt span {
    margin-right: 8px;
  }
}
.feature-faq__content dl dt sup {
  font-size: 1.6rem;
}
@media (width < 767px) {
  .feature-faq__content dl dt sup {
    font-size: 1.2rem;
  }
}
.feature-faq__content dl dt::after, .feature-faq__content dl dt::before {
  content: "";
  position: absolute;
  background-color: #A3A3A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-faq__content dl dt::before {
  width: 17px;
  height: 1px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 767px) {
  .feature-faq__content dl dt::before {
    width: 11px;
    right: 0;
  }
}
.feature-faq__content dl dt::after {
  width: 1px;
  height: 17px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 767px) {
  .feature-faq__content dl dt::after {
    height: 11px;
    right: 5px;
  }
}
.feature-faq__content dl dt.active::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.feature-faq__content dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  display: none;
  padding-top: 24px;
}
@media (width < 767px) {
  .feature-faq__content dl dd {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 16px;
    padding-left: 8px;
  }
}
.feature-faq__content dl dd sup {
  font-size: 1.2rem;
}
@media (width < 767px) {
  .feature-faq__content dl dd sup {
    font-size: 1.1rem;
  }
}

.feature-schedule {
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-schedule {
    padding: 64px 32px;
  }
}
.feature-schedule__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .feature-schedule__inner {
    max-width: 100%;
  }
}
.feature-schedule__wrapper {
  background-color: #FFFFFF;
  margin: 48px auto 0;
  padding: 48px;
}
@media (width < 767px) {
  .feature-schedule__wrapper {
    margin: 40px auto 0;
    padding: 24px;
  }
}
.feature-schedule__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
@media (width < 767px) {
  .feature-schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30;
  }
}
.feature-schedule__item:last-child {
  margin-bottom: 0;
}
.feature-schedule__image {
  width: 467px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
@media (width < 767px) {
  .feature-schedule__image {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
.feature-schedule__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-schedule__content {
  position: relative;
  width: calc(100% - 467px - 56px);
}
@media (width < 767px) {
  .feature-schedule__content {
    width: 100%;
  }
}
.feature-schedule__tag {
  font-size: 1.5rem;
  font-weight: 400;
  color: #BA915B;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (width < 767px) {
  .feature-schedule__tag {
    font-size: 1.1rem;
  }
}
.feature-schedule__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  color: #2B474E;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-bottom: 16px;
}
@media (width < 767px) {
  .feature-schedule__title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.feature-schedule__title::after {
  background-color: #BA915B;
  display: block;
  content: "";
  width: 48px;
  height: 1px;
  margin-top: 16px;
}
@media (width < 767px) {
  .feature-schedule__title::after {
    margin-top: 8px;
  }
}
.feature-schedule__address {
  font-size: 1.4rem;
  line-height: 2.4;
}
.feature-schedule__address p {
  font-weight: 400;
}
@media (width < 767px) {
  .feature-schedule__address {
    font-size: 1.3rem;
  }
}
.feature-schedule__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: absolute;
  bottom: 0;
}
@media (width < 767px) {
  .feature-schedule__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    position: static;
  }
}
.feature-schedule__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: auto;
}
.feature-schedule__link a {
  text-decoration: none;
}
@media (width < 767px) {
  .feature-schedule__link {
    position: static;
    margin-top: 16px;
  }
}
.feature-schedule__open .schedule-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.feature-schedule__open .schedule-btn::after, .feature-schedule__open .schedule-btn::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-schedule__open .schedule-btn::before {
  width: 15px;
  height: 1px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-schedule__open .schedule-btn::after {
  width: 1px;
  height: 15px;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-schedule__open .schedule-btn.active::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.feature-schedule__open .schedule-btn:hover {
  opacity: 0.8;
}
.feature-schedule__table {
  margin: 48px 16px 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (width < 767px) {
  .feature-schedule__table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0 0;
  }
}
.feature-schedule__table table {
  width: 100%;
  border-collapse: collapse;
}
@media (width < 767px) {
  .feature-schedule__table table {
    width: 100%;
    table-layout: fixed;
  }
}
.feature-schedule__table table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
@media (width < 767px) {
  .feature-schedule__table table tr:nth-child(odd) {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr.pc-table {
    display: none;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}
.feature-schedule__table table tr th {
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #2B474E;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 24px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .feature-schedule__table table tr th {
    font-size: 1.2rem;
    padding: 16px;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr th:first-child {
    width: 20%;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr th:nth-child(2) {
    width: 20%;
  }
}
.feature-schedule__table table tr th:last-child {
  width: 55%;
}
@media (width < 767px) {
  .feature-schedule__table table tr th:last-child {
    width: 100%;
  }
}
.feature-schedule__table table tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  vertical-align: middle;
  padding: 24px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .feature-schedule__table table tr td {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 16px;
    border-top: none;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr td.sp-header {
    background-color: #EFEFEF;
  }
}
.feature-schedule__table table tr td span {
  font-size: 1rem;
  display: block;
  margin-top: 8px;
}
@media (width < 767px) {
  .feature-schedule__table table tr td:first-child {
    width: 100%;
  }
}
@media (width < 767px) {
  .feature-schedule__table table tr td:nth-child(2) {
    width: 100%;
  }
}
.feature-schedule__table table tr td:last-child {
  width: 55%;
  text-align: left;
}
@media (width < 767px) {
  .feature-schedule__table table tr td:last-child {
    width: 100%;
  }
}
.feature-schedule__table--three tr th:first-child {
  width: 20%;
}
@media (width < 767px) {
  .feature-schedule__table--three tr th:first-child {
    width: 100%;
  }
}
.feature-schedule__table--three tr th:nth-child(2) {
  width: 40%;
}
@media (width < 767px) {
  .feature-schedule__table--three tr th:nth-child(2) {
    width: 100%;
  }
}
.feature-schedule__table--three tr th:last-child {
  width: 40% !important;
}
@media (width < 767px) {
  .feature-schedule__table--three tr th:last-child {
    width: 100% !important;
  }
}
.feature-schedule__table--three tr td:first-child {
  width: 20%;
}
@media (width < 767px) {
  .feature-schedule__table--three tr td:first-child {
    width: 100%;
  }
}
.feature-schedule__table--three tr td:nth-child(2) {
  width: 40%;
}
@media (width < 767px) {
  .feature-schedule__table--three tr td:nth-child(2) {
    width: 100%;
  }
}
.feature-schedule__table--three tr td:last-child {
  text-align: center !important;
  width: 40% !important;
}
@media (width < 767px) {
  .feature-schedule__table--three tr td:last-child {
    width: 100% !important;
  }
}
.feature-schedule__table--jh th:first-child,
.feature-schedule__table--jh td:first-child {
  width: 30%;
}
.feature-schedule__table--jh th:nth-child(2),
.feature-schedule__table--jh td:nth-child(2) {
  width: 30%;
}
.feature-schedule__table--jh th:last-child,
.feature-schedule__table--jh td:last-child {
  text-align: center !important;
  width: 40% !important;
}
@media (width < 767px) {
  .feature-schedule__table--jh th:first-child,
  .feature-schedule__table--jh td:first-child {
    width: 120px;
    /* px指定にして固定幅に */
  }
  .feature-schedule__table--jh th:nth-child(2),
  .feature-schedule__table--jh td:nth-child(2) {
    width: 120px;
  }
  .feature-schedule__table--jh th:last-child,
  .feature-schedule__table--jh td:last-child {
    width: 410px;
    /* 目標レベルの列を広めに取る */
  }
}
.feature-schedule__table--four th:first-child,
.feature-schedule__table--four td:first-child {
  width: 15%;
}
.feature-schedule__table--four th:nth-child(2),
.feature-schedule__table--four td:nth-child(2) {
  width: 17%;
}
.feature-schedule__table--four th:nth-child(3),
.feature-schedule__table--four td:nth-child(3) {
  width: 15%;
}
.feature-schedule__table--four th:last-child,
.feature-schedule__table--four td:last-child {
  width: 53%;
}
@media (width < 767px) {
  .feature-schedule__table--four th:first-child,
  .feature-schedule__table--four td:first-child {
    width: 100%;
    /* px指定にして固定幅に */
  }
  .feature-schedule__table--four th:nth-child(2),
  .feature-schedule__table--four td:nth-child(2) {
    width: 100%;
  }
  .feature-schedule__table--four th:nth-child(3),
  .feature-schedule__table--four td:nth-child(3) {
    width: 100%;
  }
  .feature-schedule__table--four th:last-child,
  .feature-schedule__table--four td:last-child {
    width: 100%;
    /* 目標レベルの列を広めに取る */
  }
}
.feature-schedule__table p {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 8px;
}
@media (width < 767px) {
  .feature-schedule__table p {
    font-weight: 400;
  }
}

.feature-flow {
  background-color: #EFEFEF;
  max-width: 100%;
  padding: 96px 0;
}
@media (width < 767px) {
  .feature-flow {
    padding: 64px 32px;
  }
}
.feature-flow__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 767px) {
  .feature-flow__inner {
    max-width: 100%;
  }
}
.feature-flow__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media (width < 767px) {
  .feature-flow__content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 48px;
  }
}
.feature-flow__box {
  background-color: #FFFFFF;
  width: 384px;
  padding: 32px;
  position: relative;
}
@media (width < 767px) {
  .feature-flow__box {
    width: auto;
    padding: 24px;
  }
}
.feature-flow__badge {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #BA915B;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  left: 16px;
}
@media (width < 767px) {
  .feature-flow__badge {
    width: 56px;
    height: 56px;
  }
}
.feature-flow__img {
  width: auto;
  height: auto;
}
.feature-flow__img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.feature-flow__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.16em;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-flow__title {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.feature-flow__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 24px;
}
@media (width < 767px) {
  .feature-flow__text {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.news-content {
  max-width: 100%;
  padding: 0;
}
@media (width < 1040px) {
  .news-content {
    padding: 0;
  }
}
.news-content__inner {
  max-width: 1200px;
  margin: auto;
}
@media (width < 1040px) {
  .news-content__inner {
    max-width: 100%;
  }
}
.news-content__inner--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1040px) {
  .news-content__inner--main {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
.news-content__recommend {
  background-color: #EFEFEF;
  padding: 72px 0;
}
@media (width < 1040px) {
  .news-content__recommend {
    padding: 48px 32px 56px;
  }
}
.news-content__triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  margin-top: 56px;
}
@media (width < 1040px) {
  .news-content__triple {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 40px;
  }
}
.news-content__article {
  width: 374px;
}
@media (width < 1040px) {
  .news-content__article {
    width: auto;
  }
}
.news-content__search {
  background-color: #E8E4DD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 72px auto 0;
  padding: 32px 48px;
}
@media (width < 1040px) {
  .news-content__search {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.news-content__search--category {
  margin-bottom: 72px;
}
@media (width < 1040px) {
  .news-content__search--category {
    margin-bottom: 0;
  }
}
.news-content__category {
  width: 560px;
}
@media (width < 1040px) {
  .news-content__category {
    width: auto;
  }
}
.news-content__title {
  font-size: 1.4rem;
  font-weight: 600;
  background: url(../img/list-icon.svg) no-repeat top 6px left;
  padding-left: 24px;
}
.news-content__tag {
  margin-top: 24px;
}
.news-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-content__list li {
  font-size: 1.2rem;
  text-align: center;
}
.news-content__list li a {
  background-color: #FFFFFF;
  color: #444444;
  line-height: 1;
  display: block;
  padding: 8px 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1040px) {
  .news-content__list li a {
    padding: 10px 14px;
  }
}
.news-content__list li a:hover {
  background-color: #2B474E;
  color: #FFFFFF;
}
.news-content__freeword {
  width: 360px;
}
@media (width < 1040px) {
  .news-content__freeword {
    width: auto;
    margin-top: 32px;
  }
}
.news-content__word {
  margin-top: 24px;
}
.news-content__wrapper {
  margin: 72px auto 96px;
}
@media (width < 1040px) {
  .news-content__wrapper {
    margin: auto;
    padding: 48px 0 0;
  }
}
.news-content__post {
  max-width: 788px;
}
@media (width < 1040px) {
  .news-content__post {
    max-width: 100%;
    margin: 0 32px;
  }
}
.news-content__double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  margin-top: 48px;
}
@media (width < 1040px) {
  .news-content__double {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 32px;
  }
}
.news-content__double--category {
  margin-top: 0;
}
.news-content__pagination {
  margin-top: 56px;
}
@media (width < 1040px) {
  .news-content__pagination {
    margin-top: 32px;
  }
}
.news-content__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.news-content__numbers li {
  color: #2B474E;
}
.news-content__numbers li span {
  display: block;
  padding: 16px 8px;
}
.news-content__numbers li span.current {
  font-weight: 600;
  border-bottom: 2px solid #2B474E;
}
.news-content__numbers li a {
  color: #A3A3A3;
  display: block;
  padding: 16px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.news-content__numbers li a:hover {
  font-weight: 600;
  color: #2B474E;
  border-bottom: 2px solid #2B474E;
}
.news-content__side {
  max-width: 320px;
}
@media (width < 1040px) {
  .news-content__side {
    width: 100%;
    max-width: 100%;
    padding: 0 32px 64px;
  }
}
.news-content__banner {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media (width < 1040px) {
  .news-content__banner {
    width: 100%;
    overflow: hidden;
  }
}
.news-content__banner li a {
  display: block;
  overflow: hidden;
}
.news-content__banner li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-content__banner li a img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (width < 1040px) {
  .sidebar-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .slick-initialized .sidebar-slider {
    display: block;
  }
  .sidebar-slider__item {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sidebar-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
  }
  .sidebar-slider .slick-dots li {
    margin: 0 5px;
  }
  .sidebar-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 50%;
    background-color: #F8F8F8;
    cursor: pointer;
  }
  .sidebar-slider .slick-dots li.slick-active button {
    background-color: #2B474E;
  }
  .sidebar-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .sidebar-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  .sidebar-slider .slick-arrow:before {
    font-size: 20px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
  }
  .sidebar-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .sidebar-slider .slick-arrow.slick-prev:before {
    content: "←";
  }
  .sidebar-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .sidebar-slider .slick-arrow.slick-next:before {
    content: "→";
  }
}

.search-form__container {
  position: relative;
  width: 100%;
}
.search-form__field {
  width: 100%;
  padding: 16px 40px 16px 15px;
  border: none;
  border-radius: 2px;
}
.search-form__field::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #A3A3A3;
}
.search-form__field::-moz-placeholder {
  font-size: 1.4rem;
  color: #A3A3A3;
}
.search-form__field:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #A3A3A3;
}
.search-form__field::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #A3A3A3;
}
.search-form__field::placeholder {
  font-size: 1.4rem;
  color: #A3A3A3;
}
.search-form__button {
  position: absolute;
  right: 10px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-form__icon {
  width: 15px;
  height: 16px;
}

.news-article {
  position: relative;
}
.news-article__link {
  background-color: #FFFFFF;
  color: #444444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: 100%;
  padding-bottom: 20px;
}
.news-article__link:hover .news-article__media img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-article__media {
  height: 220px;
  width: 100%;
  overflow: hidden;
}
@media (width < 767px) {
  .news-article__media {
    height: 180px;
  }
}
.news-article__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-article__content {
  padding: 16px 24px;
}
.news-article__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-article__date {
  font-size: 1.2rem;
  color: #A3A3A3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.news-article__date::after {
  font-size: 1.8rem;
  color: #A3A3A3;
  display: block;
  content: "｜";
  margin: 0 8px;
}
.news-article__category {
  font-size: 1.2rem;
  background-color: #2B474E;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  padding: 4px 8px;
}
@media (width < 1040px) {
  .news-article__category {
    font-size: 0.1em 0.1rem;
    padding: 4px 8px;
  }
}
.news-article__title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.8;
  margin-top: 16px;
}
@media (width < 1040px) {
  .news-article__title {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.single-wrapper {
  padding: 0;
}

.single-inner {
  max-width: 1200px;
  margin: -190px auto 0;
}
@media (width < 767px) {
  .single-inner {
    max-width: 100%;
    margin: 0 auto;
  }
}

.single-content {
  background-color: #FFFFFF;
  margin: 24px auto 0;
  padding: 72px 210px 96px;
  position: relative;
}
@media (width < 767px) {
  .single-content {
    margin: 0 auto;
    padding: 40px 32px 72px;
  }
}
.single-content__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.single-content__category {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .single-content__category {
    font-size: 1.1rem;
  }
}
.single-content__category a {
  background-color: #2B474E;
  color: #FFFFFF;
  display: block;
  padding: 8px 14px;
}
.single-content__date {
  font-size: 1.4rem;
  line-height: 1;
}
.single-content__title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
}
@media (width < 767px) {
  .single-content__title {
    font-size: 2rem;
    margin-top: 24px;
  }
}
.single-content__body {
  margin-top: 48px;
}
@media (width < 767px) {
  .single-content__body {
    margin-top: 32px;
  }
}
.single-content__body #ez-toc-container {
  background-color: #F8F8F8 !important;
  max-width: 670px;
  margin: 40px auto 0;
  padding: 40px 32px;
  border: none !important;
}
@media (width < 767px) {
  .single-content__body #ez-toc-container {
    max-width: 100%;
    margin: 32px auto 0;
    padding: 24px;
  }
}
.single-content__body .ez-toc-title {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
}
@media (width < 767px) {
  .single-content__body .ez-toc-title {
    font-size: 1.3rem;
  }
}
.single-content__body .ez-toc-list {
  margin-top: 16px !important;
}
.single-content__body .ez-toc-list li {
  line-height: 1.8 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #DEDEDE !important;
}
.single-content__body h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 96px;
}
@media (width < 767px) {
  .single-content__body h2 {
    font-size: 2rem;
    margin-top: 72px;
  }
}
.single-content__body h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 96px;
  padding-left: 16px;
  border-left: 2px solid #BA915B;
}
@media (width < 767px) {
  .single-content__body h3 {
    font-size: 1.6rem;
    margin-top: 72px;
  }
}
.single-content__body h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 64px;
  padding-bottom: 4px;
  border-bottom: 1px solid #DEDEDE;
}
.single-content__body p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 32px;
}
@media (width < 767px) {
  .single-content__body p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.single-content__body .wp-block-image {
  margin: 40px auto 0;
}
.single-content__body .wp-block-image figure figcaption {
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  margin-top: 16px !important;
}
.single-content__body .wp-block-list {
  margin-top: 32px;
  padding-left: 1em;
  list-style-type: disc;
}
.single-content__body .wp-block-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 16px;
}
@media (width < 767px) {
  .single-content__body .wp-block-list li {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.single-content__body .wp-block-quote {
  font-size: 1.4rem;
  background-color: #F8F8F8;
  line-height: 2.4;
  margin-top: 32px;
  padding: 24px;
}
@media (width < 767px) {
  .single-content__body .wp-block-quote {
    font-size: 1.3rem;
  }
}
.single-content__body .wp-block-quote p {
  font-weight: 400;
  margin-top: 0;
}
@media (width < 767px) {
  .single-content__body .wp-block-quote p {
    font-weight: 400;
  }
}
.single-content__trial {
  background-color: rgba(232, 228, 221, 0.5);
  text-align: center;
  margin-top: 96px;
  padding: 48px;
}
@media (width < 767px) {
  .single-content__trial {
    margin-top: 72px;
    padding: 24px;
  }
}
.single-content__trial p {
  margin-top: 0;
}
.single-content__trial-link {
  position: relative;
  max-width: 340px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .single-content__trial-link {
    max-width: 100%;
  }
}
.single-content__btn {
  max-width: 300px;
  margin: 56px auto 80px;
}
@media (width < 767px) {
  .single-content__btn {
    max-width: 100%;
    margin: 24px 32px 0;
  }
}

.blog-card {
  background-color: #F8F8F8;
  margin: 40px auto 0;
  padding: 24px;
  border: 1px solid #DEDEDE;
  position: relative;
}
.blog-card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (width < 767px) {
  .blog-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-card__badge {
  font-size: 1.2rem;
  background-color: #444444;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width < 767px) {
  .blog-card__badge {
    font-size: 1.1rem;
  }
}
.blog-card__img {
  width: 228px;
  height: 122px;
  overflow: hidden;
}
@media (width < 767px) {
  .blog-card__img {
    width: 100%;
    height: auto;
  }
}
.blog-card__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.blog-card__text {
  width: calc(100% - 260px);
}
@media (width < 767px) {
  .blog-card__text {
    width: auto;
  }
}
.blog-card__title {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #444444;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  border-left: none !important;
}
@media (width < 767px) {
  .blog-card__title {
    line-height: 1.8 !important;
    margin-top: 16px !important;
  }
}
.blog-card__excerpt {
  font-size: 1.2rem !important;
  color: #444444;
  line-height: 1.8 !important;
  margin-top: 12px !important;
}
@media (width < 767px) {
  .blog-card__excerpt {
    line-height: 2.4 !important;
    margin-top: 16px !important;
  }
}
.blog-card__excerpt.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}/*# sourceMappingURL=style.css.map */