@charset "UTF-8";
/*!
Theme Name: Accolade Studio
Version: 1.0
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --textColor: #000;
  --primaryColor: #644734;
  --pointColor: #EA5532;
  --bgDarkColor: #000;
  --bgLightColor: #E7E6EB;
  --sidePadding: 120px;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  :root {
    --sidePadding: 90px;
  }
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: calc(16 / 375 * 100vw);
  }
}

/* Global
---------------------------------------- */
body:not(.wp-admin) {
  background: #fff;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body:not(.wp-admin) {
    font-size: 4.2666666667vw;
  }
}
body:not(.wp-admin)::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body:not(.wp-admin).-navOpen::before {
  opacity: 1;
}

.wrapper {
  /* layout */
  /* link */
  /* 404
  ---------------------------------------- */
}
.wrapper .container {
  position: relative;
  width: 100%;
  max-width: calc(1040px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.wrapper .container.-xlarge {
  max-width: calc(1312px + var(--sidePadding) * 2);
}
.wrapper .container.-large {
  max-width: calc(1200px + var(--sidePadding) * 2);
}
.wrapper .container.-small {
  max-width: calc(720px + var(--sidePadding) * 2);
}
.wrapper .l-contents {
  padding-top: 188px;
}
@media (max-width: 999px) {
  .wrapper .l-contents {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .wrapper .l-contents {
    padding-top: 26.6666666667vw;
  }
}
.wrapper .l-main {
  position: relative;
}
.wrapper .l-main:before {
  content: "";
  position: absolute;
  top: 170px;
  right: 0;
  display: block;
  width: 66%;
  height: 640px;
  background: url(assets/images/common/bg-border.png) repeat left top;
  background-size: 15px auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .wrapper .l-main:before {
    top: 29.3333333333vw;
    width: 75.2vw;
    height: 85.3333333333vw;
    background-size: 2.6666666667vw auto;
  }
}
.wrapper .l-main > .copyright {
  position: absolute;
  top: 242px;
  right: 14px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: var(--primaryColor);
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .wrapper .l-main > .copyright {
    display: none;
  }
}
.wrapper .fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wrapper .hide-pc {
  display: none !important;
}
.wrapper .show-pc,
.wrapper .show-tab,
.wrapper .show-sp {
  display: none !important;
}
@media (min-width: 1000px) {
  .wrapper .show-pc {
    display: block !important;
  }
}
@media (max-width: 999px) {
  .wrapper .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .wrapper .hide-pc {
    display: block !important;
  }
  .wrapper .hide-sp {
    display: none !important;
  }
  .wrapper .show-sp {
    display: block !important;
  }
}
.wrapper .inline-block {
  display: inline-block;
}
.wrapper img {
  vertical-align: top;
}
.wrapper a,
.wrapper button,
.wrapper .smf-button-control__control {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .ff-point {
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.wrapper .ff-point.fw-medium {
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.wrapper .ff-point.fw-bold {
  font-family: "A1ゴシック B", "A1 Gothic B", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.wrapper .fw-bold {
  font-weight: 700;
}
.wrapper .wp-block-heading {
  font-weight: 700;
}
.wrapper .error404 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 25vh;
  padding-bottom: 25vh;
}
@media (max-width: 767px) {
  .wrapper .error404 {
    font-size: 1.1em;
  }
}
.wrapper .error404 p.large {
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.caption-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.45;
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .caption-title {
    margin-bottom: 5.3333333333vw;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
  }
}
.caption-title:before, .caption-title:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  width: calc((100% - 370px) / 2);
  height: 1px;
  background: var(--primaryColor);
}
@media (max-width: 767px) {
  .caption-title:before, .caption-title:after {
    width: calc((100% - 56.5333333333vw) / 2);
  }
}
.caption-title:before {
  left: 0;
}
.caption-title:after {
  right: 0;
}
.caption-title h1, .caption-title h2 {
  color: var(--primaryColor);
  font-size: 24px;
}
@media (max-width: 767px) {
  .caption-title h1, .caption-title h2 {
    font-size: 5.3333333333vw;
  }
}
.caption-title p {
  color: var(--pointColor);
  font-size: 14px;
}
@media (max-width: 767px) {
  .caption-title p {
    font-size: 3.2vw;
  }
}

.fullWidth .caption-title {
  max-width: calc(1200px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
}

.button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 560px;
  line-height: 96px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .button {
    width: 82.9333333333vw;
    line-height: 17.0666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.button::before, .button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button::before {
  z-index: -1;
}
.button::after {
  z-index: -2;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover::before {
    opacity: 0;
  }
}
.button.-color1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#64C0AB), to(#42A38D));
  background: linear-gradient(180deg, #64C0AB 0%, #42A38D 100%);
}
.button.-color1::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#64C0AB), to(#42A38D));
  background: linear-gradient(0deg, #64C0AB 0%, #42A38D 100%);
}
.button.-color2::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#E94F2A), to(#D53A16));
  background: linear-gradient(180deg, #E94F2A 0%, #D53A16 100%);
}
.button.-color2::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#E94F2A), to(#D53A16));
  background: linear-gradient(0deg, #E94F2A 0%, #D53A16 100%);
}
.button.-color3::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6AD3C), to(#F69500));
  background: linear-gradient(180deg, #F6AD3C 0%, #F69500 100%);
}
.button.-color3::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#F6AD3C), to(#F69500));
  background: linear-gradient(0deg, #F6AD3C 0%, #F69500 100%);
}
.button.-small {
  width: 240px;
  line-height: 56px;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .button.-small {
    width: 72vw;
    line-height: 14.9333333333vw;
  }
}

.contact {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 17.0666666667vw 0 26.6666666667vw;
  }
}
.contact_lead {
  padding-bottom: 64px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact_lead {
    padding-bottom: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.contact .smf-form {
  max-width: 480px;
  margin: 0 auto;
}
.contact .smf-form .smf-item + .smf-item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-item + .smf-item {
    margin-top: 6.4vw;
  }
}
.contact .smf-form .smf-select-control__control,
.contact .smf-form .smf-text-control__control,
.contact .smf-form .smf-textarea-control__control {
  display: block;
  width: 100%;
  padding: 1em 1.2em;
  border-radius: 0;
}
.contact .smf-form .smf-select-control__control::-webkit-input-placeholder, .contact .smf-form .smf-text-control__control::-webkit-input-placeholder, .contact .smf-form .smf-textarea-control__control::-webkit-input-placeholder {
  color: #969696;
}
.contact .smf-form .smf-select-control__control::-moz-placeholder, .contact .smf-form .smf-text-control__control::-moz-placeholder, .contact .smf-form .smf-textarea-control__control::-moz-placeholder {
  color: #969696;
}
.contact .smf-form .smf-select-control__control:-ms-input-placeholder, .contact .smf-form .smf-text-control__control:-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control:-ms-input-placeholder {
  color: #969696;
}
.contact .smf-form .smf-select-control__control::-ms-input-placeholder, .contact .smf-form .smf-text-control__control::-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control::-ms-input-placeholder {
  color: #969696;
}
.contact .smf-form .smf-select-control__control::placeholder,
.contact .smf-form .smf-text-control__control::placeholder,
.contact .smf-form .smf-textarea-control__control::placeholder {
  color: #969696;
}
.contact .smf-form .smf-select-control__control {
  padding-right: 40px;
}
.contact .smf-form .smf-select-control__control:not(.-selected) {
  color: #969696;
}
.contact .smf-form .smf-select-control {
  display: block;
}
.contact .smf-form .smf-select-control__toggle:before {
  top: calc(50% - 7px);
  right: 20px;
  width: 16px;
  height: 16px;
  border: none;
  background: #F6AD3C;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  -webkit-transform: none;
          transform: none;
}
.contact .smf-form .send-description {
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  .contact .smf-form .send-description {
    padding: 5.3333333333vw 0 8vw !important;
    font-size: 3.7333333333vw;
  }
}
.contact .smf-form .hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact .smf-form .hide.-show {
  opacity: 1;
  height: auto;
}
.contact .smf-action {
  opacity: 0;
  height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.contact .smf-action.-show {
  opacity: 1;
  height: auto;
}
.contact .smf-action .smf-button-control__control[data-action=complete] {
  position: relative;
  z-index: 3;
  width: 240px;
  line-height: 56px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .smf-action .smf-button-control__control[data-action=complete] {
    width: 72vw;
    line-height: 14.9333333333vw;
  }
}
.contact .smf-action .smf-button-control__control[data-action=complete]::before, .contact .smf-action .smf-button-control__control[data-action=complete]::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact .smf-action .smf-button-control__control[data-action=complete]::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#E94F2A), to(#D53A16));
  background: linear-gradient(180deg, #E94F2A 0%, #D53A16 100%);
  z-index: -1;
}
.contact .smf-action .smf-button-control__control[data-action=complete]::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#E94F2A), to(#D53A16));
  background: linear-gradient(0deg, #E94F2A 0%, #D53A16 100%);
  z-index: -2;
}
@media (hover: hover) and (pointer: fine) {
  .contact .smf-action .smf-button-control__control[data-action=complete]:hover::before {
    opacity: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10000;
}
.l-header.-scroll .siteTitle {
  min-height: 76px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .l-header.-scroll .siteTitle {
    min-height: 13.3333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.l-header.-scroll .siteTitle img {
  width: 180px;
}
@media (max-width: 767px) {
  .l-header.-scroll .siteTitle img {
    width: 32vw;
  }
}
@media (min-width: 1000px) {
  .l-header.-scroll .header_content {
    min-height: 76px;
  }
  .l-header.-scroll .header_content .gnav_main li a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.l-header .siteTitle {
  position: relative;
  padding: 50px 32px 35px 48px;
  background: #fff;
  border-bottom-right-radius: 20px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 502;
}
@media (max-width: 999px) {
  .l-header .siteTitle {
    padding: 36px 30px 26px;
  }
}
@media (max-width: 767px) {
  .l-header .siteTitle {
    padding: 6.4vw 5.3333333333vw 4.5333333333vw;
    border-bottom-right-radius: 5.3333333333vw;
  }
}
.l-header .siteTitle img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 999px) {
  .l-header .siteTitle img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .l-header .siteTitle img {
    width: 32vw;
  }
}
.l-header .header_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 500;
}
@media screen and (max-width: 1349px) and (min-width: 768px) {
  .l-header .header_content {
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  .l-header .header_content {
    padding: 0;
    margin-left: -1px;
  }
}
.l-header .siteDescription {
  margin: 0 10px 0 24px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1249px) {
  .l-header .siteDescription {
    display: none;
  }
}
.l-header .menuToggleButton {
  position: relative;
  display: none;
  width: 108px;
  height: 76px;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 501;
}
@media (max-width: 999px) {
  .l-header .menuToggleButton {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header .menuToggleButton {
    width: 19.2vw;
    height: 13.3333333333vw;
  }
}
.l-header .menuToggleButton > span {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin: auto;
  background: var(--primaryColor);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .l-header .menuToggleButton > span {
    width: 5.3333333333vw;
  }
}
.l-header .menuToggleButton > span:nth-of-type(1) {
  top: 27px;
}
@media (max-width: 767px) {
  .l-header .menuToggleButton > span:nth-of-type(1) {
    top: 4.8vw;
  }
}
.l-header .menuToggleButton > span:nth-of-type(2) {
  bottom: 27px;
}
@media (max-width: 767px) {
  .l-header .menuToggleButton > span:nth-of-type(2) {
    bottom: 4.8vw;
  }
}
@media (max-width: 999px) {
  .l-header .menuToggleButton.-active > span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
            transform: rotate(45deg) translateY(8px) translateX(6px);
  }
}
@media (max-width: 767px) {
  .l-header .menuToggleButton.-active > span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(1.0666666667vw) translateX(1.2vw);
            transform: rotate(45deg) translateY(1.0666666667vw) translateX(1.2vw);
  }
}
@media (max-width: 999px) {
  .l-header .menuToggleButton.-active > span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(6px);
            transform: rotate(-45deg) translateY(-8px) translateX(6px);
  }
}
@media (max-width: 767px) {
  .l-header .menuToggleButton.-active > span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translateY(-1.0666666667vw) translateX(1.2vw);
            transform: rotate(-45deg) translateY(-1.0666666667vw) translateX(1.2vw);
  }
}
.l-header .gnav {
  margin-left: auto;
}
@media (max-width: 999px) {
  .l-header .gnav {
    position: fixed;
    top: -100vh;
    top: -100svh;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: auto;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.l-header .gnav_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 999px) {
  .l-header .gnav_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .l-header .gnav_main {
    padding-top: 2.6666666667vw;
  }
}
.l-header .gnav_main li {
  width: 192px;
  text-align: center;
  line-height: 1;
  height: auto;
}
@media (min-width: 1000px) {
  .l-header .gnav_main li.-current a {
    background: #FEF7EC;
  }
}
@media screen and (max-width: 1349px) and (min-width: 1000px) {
  .l-header .gnav_main li {
    width: 165px;
  }
}
@media (max-width: 999px) {
  .l-header .gnav_main li {
    width: 100%;
  }
}
.l-header .gnav_main li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 36px 8px;
  color: var(--primaryColor);
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (max-width: 999px) {
  .l-header .gnav_main li a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .l-header .gnav_main li a {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l-header .gnav_main li a span {
  color: var(--pointColor);
  font-size: 10px;
}
@media (max-width: 999px) {
  .l-header .gnav_sns {
    text-align: center;
    padding: 39px 0;
    margin-top: -1px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-header .gnav_sns {
    padding: 6.9333333333vw 0;
  }
  .l-header .gnav_sns li {
    height: 5.3333333333vw;
  }
  .l-header .gnav_sns img {
    width: 5.3333333333vw;
  }
}
.l-header .gnav_copyright {
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: var(--primaryColor);
}
@media (max-width: 999px) {
  .l-header .gnav_copyright {
    text-align: center;
    margin-top: -1px;
    padding-bottom: 13px;
    background: #fff;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .l-header .gnav_copyright {
    padding-bottom: 2.4vw;
    font-size: 2.4vw;
  }
}
@media (max-width: 999px) {
  .l-header .gnav.-open {
    top: 75px;
  }
}
@media (max-width: 767px) {
  .l-header .gnav.-open {
    top: 13.3333333333vw;
  }
}

.l-footer {
  background: var(--primaryColor);
}

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 25.6vw;
    padding-bottom: 4.2666666667vw;
  }
}
.footer_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media (max-width: 999px) {
  .footer_info {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.footer_logo {
  width: 240px;
  padding-top: 22px;
}
@media (max-width: 999px) {
  .footer_logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .footer_logo {
    width: 53.3333333333vw;
    padding-top: 0;
  }
}
.footer_dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 420px);
}
@media (max-width: 999px) {
  .footer_dl {
    max-width: calc(100% - 295px);
  }
}
@media (max-width: 767px) {
  .footer_dl {
    max-width: 100%;
  }
}
.footer_dl dl + dl {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .footer_dl dl + dl {
    padding-top: 10.6666666667vw;
  }
}
.footer_dl dl dd {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .footer_dl dl dd {
    padding-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.footer_goTop {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #F6AD3C;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .footer_goTop:hover {
    background: #d99123;
  }
}
@media (max-width: 999px) {
  .footer_goTop {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .footer_goTop {
    position: absolute;
    top: -16vw;
    right: 2.1333333333vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}
.footer_goTop span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  font-size: 0;
}
@media (max-width: 999px) {
  .footer_goTop span {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .footer_goTop span {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.footer_nav {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (max-width: 999px) {
  .footer_nav {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer_nav {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  padding-top: 32px;
  border-top: solid 1px #fff;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .footer_nav ul {
    gap: 35px;
  }
}
@media (max-width: 999px) {
  .footer_nav ul {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
    text-align: center;
  }
}
.footer_nav ul li {
  line-height: 1.4;
}
.footer_nav ul li a {
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav ul li a:hover {
    text-decoration: underline;
  }
}
.footer_nav ul li.-pp {
  padding-left: 56px;
  border-left: solid 1px #fff;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .footer_nav ul li.-pp {
    padding-left: 35px;
  }
}
@media (max-width: 999px) {
  .footer_nav ul li.-pp {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer_nav ul li.-pp {
    padding-left: 0;
    padding-top: 8vw;
    border: none;
  }
}
.footer_nav ul li.-pp a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer_nav ul li.-pp a {
    font-size: 3.7333333333vw;
  }
}
.footer .copyright {
  display: none;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer .copyright {
    display: block;
    font-size: 2.6666666667vw;
  }
}

.page-top .l-contents {
  padding-top: 104px;
}
@media (max-width: 999px) {
  .page-top .l-contents {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .page-top .l-contents {
    padding-top: 13.3333333333vw;
  }
}
.page-top .kv_inner {
  position: relative;
}
.page-top .kv_sliderWrap {
  position: relative;
}
.page-top .kv_sliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 76.67%;
  height: auto;
  margin: auto;
  mix-blend-mode: soft-light;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
@media (max-width: 767px) {
  .page-top .kv_sliderOverlay {
    width: 85.3%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: translateY(-12vw);
            transform: translateY(-12vw);
  }
}
.page-top .kv_slider li {
  position: relative;
}
@media (max-width: 767px) {
  .page-top .kv_slider li {
    padding-top: 106.8376%;
  }
}
.page-top .kv_slider li img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .page-top .kv_slider li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3.2vw;
  }
}
.page-top .kv .swiper-pagination {
  position: initial;
  text-align: left;
  padding-top: 16px;
  padding-left: 33px;
}
@media (max-width: 999px) {
  .page-top .kv .swiper-pagination {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .page-top .kv .swiper-pagination {
    text-align: center;
    padding: 3.2vw 0 4.2666666667vw;
  }
}
.page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: #dcdcdc;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 24px;
}
@media (max-width: 999px) {
  .page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 4.2666666667vw;
  }
}
.page-top .kv .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--pointColor);
}
.page-top .kv_lead {
  display: none;
}
@media (max-width: 767px) {
  .page-top .kv_lead {
    display: block;
    text-align: center;
    padding-bottom: 8.5333333333vw;
    font-size: 3.2vw;
  }
  .page-top .kv_lead span {
    display: inline-block;
    text-align: left;
  }
}
.page-top .kv_btns {
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 23px;
}
@media (max-width: 999px) {
  .page-top .kv_btns {
    right: 15px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .page-top .kv_btns {
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.page-top .pageNav {
  padding-top: 116px;
}
@media (max-width: 767px) {
  .page-top .pageNav {
    padding-top: 10.6666666667vw;
  }
}
.page-top .pageNav_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .page-top .pageNav_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.4666666667vw;
  }
}
.page-top .pageNav_nav .item {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .pageNav_nav .item a:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-top .pageNav_nav .item_head {
  position: relative;
  overflow: hidden;
  padding-top: 80%;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .pageNav_nav .item_head {
    padding-top: 44%;
    border-radius: 1.0666666667vw;
  }
}
.page-top .pageNav_nav .item_head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-top .pageNav_nav .item_head p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 64px;
  background: rgba(100, 71, 52, 0.9);
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}
@media (max-width: 999px) {
  .page-top .pageNav_nav .item_head p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-top .pageNav_nav .item_head p {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-top .pageNav_nav .item_description {
  padding-top: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-top .pageNav_nav .item_description {
    padding-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.page-top .about {
  padding-top: 120px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .page-top .about {
    padding-top: 17.0666666667vw;
    padding-bottom: 9.3333333333vw;
    overflow: hidden;
  }
}
.page-top .about_lead {
  text-align: center;
  padding-bottom: 65px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-top .about_lead {
    padding-bottom: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page-top .about_layout {
  position: relative;
}
@media (max-width: 767px) {
  .page-top .about_layout {
    padding: 0;
  }
}
.page-top .about_layout .inner {
  position: relative;
}
.page-top .about_layout .box {
  position: absolute;
  width: 476px;
  padding: 64px;
  background: #fff;
}
@media (max-width: 999px) {
  .page-top .about_layout .box {
    position: relative;
    width: 550px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout .box {
    width: 80.8vw;
    padding: 8.5333333333vw 6.4vw 10.6666666667vw;
  }
}
.page-top .about_layout .box::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 64px;
  width: 100%;
  height: 100%;
  background: #F6AD3C;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-top .about_layout .box::after {
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
}
.page-top .about_layout .box_title {
  padding-bottom: 23px;
  color: var(--pointColor);
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-top .about_layout .box_title {
    padding-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout .image {
    position: relative;
    z-index: -3;
  }
}
.page-top .about_layout .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .about_layout .overlay {
  position: absolute;
  z-index: 3;
}
.page-top .about_layout.-layout01 {
  max-width: calc(1224px + var(--sidePadding) * 2);
}
.page-top .about_layout.-layout01 .image {
  width: 58.8%;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout01 .image {
    width: calc(100% + var(--sidePadding));
    margin-left: calc(0px - var(--sidePadding));
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout01 .image {
    width: 100%;
    padding-right: var(--sidePadding);
    margin: 0;
  }
}
.page-top .about_layout.-layout01 .image img {
  height: 540px;
  border-radius: 8px;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout01 .image img {
    height: auto;
    aspect-ratio: 1/0.5;
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout01 .image img {
    aspect-ratio: 1/0.6685;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout01 .box {
    top: 40px;
    right: 64px;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .about_layout.-layout01 .box {
    right: 0;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout01 .box {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout01 .box {
    top: -6.6666666667vw;
    left: 4.2666666667vw;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout01 .overlay {
    bottom: -100px;
    left: 152px;
    width: 522px;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout01 .overlay {
    left: 300px;
    bottom: 380px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout01 .overlay {
    top: 48vw;
    left: initial;
    right: 7.7333333333vw;
    bottom: initial;
    width: 53.3333333333vw;
  }
}
.page-top .about_layout.-layout02 {
  max-width: calc(1440px + var(--sidePadding) * 2);
  padding-top: 80px;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 {
    padding-top: 12.8vw;
  }
}
.page-top .about_layout.-layout02 .image {
  display: block;
  width: calc(41.66% + 120px);
  margin-left: auto;
  margin-right: calc(0px - var(--sidePadding));
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout02 .image {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .about_layout.-layout02 .image {
    width: calc(41.66% + 90px);
    margin-right: -90px;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 .image {
    width: calc(100% + var(--sidePadding));
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .image {
    width: 100%;
    padding-left: var(--sidePadding);
    margin: 0;
  }
}
.page-top .about_layout.-layout02 .image img {
  height: 640px;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 .image img {
    height: auto;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .image img {
    aspect-ratio: 1/0.6685;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout02 .box {
    top: 64px;
    right: 38.88%;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 .box {
    top: -100px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .box {
    top: -6.6666666667vw;
    right: 4.2666666667vw;
  }
}
.page-top .about_layout.-layout02 .box::after {
  left: initial;
  right: 64px;
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .box::after {
    right: 4.2666666667vw;
  }
}
.page-top .about_layout.-layout02 .box_title {
  color: #64C0AB;
}
.page-top .about_layout.-layout02 .deco {
  position: absolute;
  bottom: -64px;
  left: 10.48%;
  width: 20%;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 .deco {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .deco {
    left: -10.6666666667vw;
    bottom: -32vw;
    width: 38.4vw;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout02 .overlay {
    left: 32%;
    bottom: 10px;
    width: 636px;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout02 .overlay {
    right: 200px;
    bottom: 400px;
    width: 382px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout02 .overlay {
    right: 22.6666666667vw;
    bottom: 89.3333333333vw;
    width: 68vw;
  }
}
.page-top .about_layout.-layout03 {
  position: relative;
  max-width: calc(1224px + var(--sidePadding) * 2);
  padding-top: 40px;
  padding-bottom: 80px;
  z-index: 3;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout03 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout03 {
    padding-top: 17.0666666667vw;
  }
}
.page-top .about_layout.-layout03 .image {
  width: 52.3%;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout03 .image {
    width: calc(100% + var(--sidePadding));
    margin-left: calc(0px - var(--sidePadding));
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout03 .image {
    width: 100%;
    padding-right: var(--sidePadding);
    margin: 0;
  }
}
.page-top .about_layout.-layout03 .image img {
  height: 480px;
  border-radius: 8px;
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout03 .image img {
    height: auto;
    aspect-ratio: 1/0.5;
    border-radius: 0 8px 8px 0;
    -o-object-position: center 15%;
       object-position: center 15%;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout03 .image img {
    aspect-ratio: 1/0.6685;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout03 .box {
    top: 178px;
    right: 192px;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .about_layout.-layout03 .box {
    right: 64px;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout03 .box {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout03 .box {
    top: -6.6666666667vw;
    left: 4.2666666667vw;
  }
}
@media (min-width: 1000px) {
  .page-top .about_layout.-layout03 .overlay {
    bottom: -160px;
    left: 22%;
    width: 410px;
  }
}
@media (max-width: 999px) {
  .page-top .about_layout.-layout03 .overlay {
    bottom: 410px;
    left: 300px;
    width: 246px;
  }
}
@media (max-width: 767px) {
  .page-top .about_layout.-layout03 .overlay {
    bottom: 89.3333333333vw;
    left: 46.6666666667vw;
    width: 43.7333333333vw;
  }
}
.page-top .privateLesson {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .page-top .privateLesson {
    padding-top: 8vw;
  }
}
.page-top .privateLesson .container_inner {
  position: relative;
}
.page-top .privateLesson_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 77.77%;
  height: 80%;
  background: url(assets/images/common/bg-border.png) repeat left top;
  background-size: 15px auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-top .privateLesson_bg {
    width: 82.93%;
    height: 341.3333333333vw;
    background-size: 2.6666666667vw auto;
  }
}
.page-top .privateLesson_image.-image1 {
  width: 51.3%;
}
@media (max-width: 767px) {
  .page-top .privateLesson_image.-image1 {
    width: 100%;
  }
}
.page-top .privateLesson_image.-image2 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 43%;
}
.page-top .privateLesson_image.-image2 img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-top .privateLesson_image.-image2 {
    display: none;
  }
}
.page-top .privateLesson_box {
  position: relative;
  padding: 64px 64px 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .page-top .privateLesson_box {
    padding: 9.3333333333vw 5.3333333333vw 9.3333333333vw;
  }
}
.page-top .privateLesson_box::after {
  content: "";
  position: absolute;
  top: 64px;
  left: 64px;
  width: 100%;
  height: 100%;
  display: block;
  background: #FEF6EB;
  z-index: -2;
}
@media (max-width: 767px) {
  .page-top .privateLesson_box::after {
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
}
.page-top .privateLesson_box .title {
  padding-bottom: 14px;
  color: var(--pointColor);
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-top .privateLesson_box .title {
    padding-bottom: 2.1333333333vw;
    font-size: 6.4vw;
  }
}
.page-top .privateLesson_overlay {
  position: absolute;
}
@media (min-width: 1000px) {
  .page-top .privateLesson_overlay {
    right: -24px;
    bottom: -100px;
    width: 560px;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .privateLesson_overlay {
    width: 448px;
  }
}
@media (max-width: 999px) {
  .page-top .privateLesson_overlay {
    right: -30px;
    bottom: -50px;
    width: 313px;
  }
}
@media (max-width: 767px) {
  .page-top .privateLesson_overlay {
    right: 0.8vw;
    bottom: -14.6666666667vw;
    width: 59.7333333333vw;
  }
}
.page-top .privateLesson_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media (max-width: 999px) {
  .page-top .privateLesson_plan {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .page-top .privateLesson_plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding-top: 20.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.page-top .privateLesson_plan .item {
  position: relative;
  width: 100%;
  background: var(--pointColor);
  border-radius: 8px;
}
.page-top .privateLesson_plan .item_image {
  width: 100%;
  margin-bottom: -68px;
  -webkit-transform: translateY(-68px);
          transform: translateY(-68px);
}
@media (max-width: 767px) {
  .page-top .privateLesson_plan .item_image {
    position: absolute;
    top: -3.7333333333vw;
    right: 0;
    width: 49.8666666667vw;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.page-top .privateLesson_plan .item_title {
  position: relative;
  padding: 24px 64px;
  color: #fff;
  font-size: 20px;
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 6000;
  z-index: 2;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .privateLesson_plan .item_title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 999px) {
  .page-top .privateLesson_plan .item_title {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .page-top .privateLesson_plan .item_title {
    font-size: 4.2666666667vw;
    padding: 9.6vw 5.3333333333vw 3.2vw;
  }
}
.page-top .privateLesson_plan .item_text {
  position: relative;
  padding: 0 64px 64px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .page-top .privateLesson_plan .item_text {
    padding: 0 32px 32px;
  }
}
@media (max-width: 999px) {
  .page-top .privateLesson_plan .item_text {
    font-size: 15px;
    padding: 0 16px 32px;
  }
}
@media (max-width: 767px) {
  .page-top .privateLesson_plan .item_text {
    padding: 0 5.3333333333vw 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.page-top .privateLesson_button {
  text-align: center;
}
.page-top .instagram {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .page-top .instagram {
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}
.page-top .instagram_description {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .page-top .instagram_description {
    padding-bottom: 8.5333333333vw;
  }
}
.page-top .instagram_loader {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-top .instagram_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 999px) {
  .page-top .instagram_images {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .page-top .instagram_images {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  .page-top .instagram_images li:nth-child(n+5) {
    display: none;
  }
}
.page-top .instagram_images li a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-top .instagram_images li a {
    border-radius: 1.0666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-top .instagram_images li a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.page-top .instagram_images li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-top .instagram_more {
  text-align: right;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-top .instagram_more {
    padding-top: 4.2666666667vw;
  }
}
.page-top .instagram_more a {
  color: var(--primaryColor);
}
@media (hover: hover) and (pointer: fine) {
  .page-top .instagram_more a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .page-about .l-contents {
    padding-top: 13.3333333333vw;
  }
}
.page-about .l-main {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .page-about .l-main {
    padding-bottom: 21.3333333333vw;
  }
}
.page-about .pageTitle {
  height: 0;
  font-size: 0;
  opacity: 0;
}
.page-about .message_imageWrap {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 999px) {
  .page-about .message_imageWrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-about .message_imageWrap {
    padding-bottom: 14.6666666667vw;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
  }
}
.page-about .message_image img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .page-about .message_image img {
    border-radius: 0;
  }
}
.page-about .message_overlay {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 544px;
  mix-blend-mode: multiply;
}
@media (max-width: 999px) {
  .page-about .message_overlay {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .page-about .message_overlay {
    right: 5.3333333333vw;
    width: 58.1333333333vw;
  }
}
.page-about .message_overlay img {
  width: 100%;
}
.page-about .message_title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 24px;
  color: var(--pointColor);
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-about .message_title {
    padding-top: 12.2666666667vw;
    padding-bottom: 8.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.page-about .message_text {
  text-align: center;
}
.page-about .about {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .page-about .about {
    padding-top: 17.0666666667vw;
  }
}
.page-about .about_text {
  max-width: 720px;
  padding-bottom: 64px;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-about .about_text {
    padding-bottom: 8.5333333333vw;
  }
}
.page-about .about_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media (max-width: 999px) {
  .page-about .about_images {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .page-about .about_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.page-about .about_images figure {
  width: 100%;
}
.page-about .about_images figure img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-about .about_images figure img {
    aspect-ratio: 1/0.683;
    border-radius: 1.0666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-about .service {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .page-about .service {
    padding-top: 17.0666666667vw;
  }
}
.page-about .service_bg {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  display: block;
  width: 77.77%;
  height: 1280px;
  background: url(assets/images/common/bg-border.png) repeat left top;
  background-size: 15px auto;
}
@media (max-width: 767px) {
  .page-about .service_bg {
    top: -32.5333333333vw;
    width: 72%;
    height: 341.3333333333vw;
    background-size: 10px auto;
  }
}
.page-about .service_lead {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .page-about .service_lead {
    padding-bottom: 10.6666666667vw;
  }
}
.page-about .service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border: solid 1px var(--primaryColor);
  border-radius: 999px;
  color: #64C0AB;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-about .service_list li {
    height: 20.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-about .service_list li + li {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .page-about .service_list li + li {
    margin-top: 6.4vw;
  }
}
.page-about .information {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .page-about .information {
    padding-top: 17.0666666667vw;
  }
}
.page-about .information_table {
  table-layout: fixed;
  width: 100%;
}
.page-about .information_table th, .page-about .information_table td {
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .page-about .information_table th, .page-about .information_table td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.page-about .information_table th {
  width: 27.77%;
}
@media (max-width: 767px) {
  .page-about .information_table th {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-about .information_table td {
    padding-bottom: 5.3333333333vw;
  }
}
.page-about .information_map {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-about .information_map {
    padding-top: 5.3333333333vw;
  }
}
.page-about .information_map iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 767px) {
  .page-about .information_map iframe {
    height: 64vw;
  }
}

.page-lesson-fee .l-main {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .page-lesson-fee .l-main {
    padding-bottom: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .lead {
    font-size: 4.2666666667vw !important;
  }
}
.page-lesson-fee .row-fee .kt-row-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .page-lesson-fee .row-fee .kt-row-column-wrap {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .row-fee .kt-row-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 14.9333333333vw;
       -moz-column-gap: 14.9333333333vw;
            column-gap: 14.9333333333vw;
    padding-top: 6.4vw;
    padding-bottom: 17.0666666667vw;
  }
}
.page-lesson-fee .row-fee .wp-block-kadence-column:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .page-lesson-fee .row-fee .wp-block-kadence-column:first-child {
    width: 100%;
  }
}
.page-lesson-fee .row-fee .wp-block-kadence-column:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .page-lesson-fee .row-fee .common-left .kt-inside-inner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-lesson-fee .row-fee .common-left .kt-inside-inner-col .kt-block-spacer-43_a93d32-1d {
    display: none;
  }
  .page-lesson-fee .row-fee .common-left .kt-inside-inner-col .nenkaihi {
    margin-left: 20.2666666667vw;
  }
}
.page-lesson-fee .row-fee dt {
  padding-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 999px) {
  .page-lesson-fee .row-fee dt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .row-fee dt {
    padding-bottom: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
.page-lesson-fee .row-fee dd {
  color: var(--pointColor);
  font-family: "A1ゴシック M", "A1 Gothic M", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 999px) {
  .page-lesson-fee .row-fee dd {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .row-fee dd {
    font-size: 5.3333333333vw;
  }
}
.page-lesson-fee .terms {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-lesson-fee .terms {
    border-radius: 1.0666666667vw;
  }
  .page-lesson-fee .terms .kt-row-column-wrap {
    padding: 9.6vw 6.4vw !important;
  }
}
.page-lesson-fee .terms .wp-block-heading {
  font-size: 24px;
  padding-bottom: 14px;
}
@media (max-width: 999px) {
  .page-lesson-fee .terms .wp-block-heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .terms .wp-block-heading {
    padding-bottom: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.page-lesson-fee .terms .wp-block-heading:nth-child(n+2) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .page-lesson-fee .terms p {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .page-lesson-fee .wp-block-kadence-spacer.kt-block-spacer-43_e70b12-d0 .kt-block-spacer {
    height: 17.0666666667vw;
  }
}

.page-schedule .l-schedule-cont {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .page-schedule .l-schedule-cont {
    padding-bottom: 21.3333333333vw;
  }
}
.page-schedule .schedule_studios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 150px;
}
@media (max-width: 999px) {
  .page-schedule .schedule_studios {
    gap: 30px 80px;
  }
}
@media (max-width: 767px) {
  .page-schedule .schedule_studios {
    gap: 8vw 12.5333333333vw;
  }
}
.page-schedule .schedule_studios .item a {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-schedule .schedule_studios .item a {
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-schedule .schedule_studios .item a:hover {
    opacity: 0.75;
  }
}
.page-schedule .schedule_studios .item a .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px auto 0;
  background: #F6AD3C;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 767px) {
  .page-schedule .schedule_studios .item a .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.page-schedule .schedule_wrap {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .page-schedule .schedule_wrap {
    padding-top: 17.0666666667vw;
  }
}
.page-schedule .studio_address {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .page-schedule .studio_address {
    padding-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-schedule .studio_weekday {
  display: none;
}
@media (max-width: 767px) {
  .page-schedule .studio_weekday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0vw 3.2vw 11.7333333333vw;
  }
}
.page-schedule .studio_weekday li button {
  position: relative;
  padding: 0 2.1333333333vw;
  color: var(--primaryColor);
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
.page-schedule .studio_weekday li.-current button {
  color: var(--pointColor);
  font-size: 6.4vw;
}
.page-schedule .studio_weekday li.-current button::after {
  content: "";
  position: absolute;
  left: 3.4666666667vw;
  right: 3.4666666667vw;
  bottom: 0;
  display: block;
  height: 0.5333333333vw;
  background: var(--pointColor);
}
.page-schedule .studio_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 999px) {
  .page-schedule .studio_schedule {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule {
    display: block;
  }
}
.page-schedule .studio_schedule_col {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 999px) {
  .page-schedule .studio_schedule_col {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule_col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule_col {
    display: none;
  }
  .page-schedule .studio_schedule_col.-current {
    display: block;
  }
}
.page-schedule .studio_schedule_col .weekday {
  text-align: center;
  padding-bottom: 30px;
  color: var(--pointColor);
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule_col .weekday {
    display: none;
  }
}
.page-schedule .studio_schedule .items .item {
  position: relative;
}
.page-schedule .studio_schedule .items .item + .item {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item + .item {
    margin-top: 7.4666666667vw;
  }
}
.page-schedule .studio_schedule .items .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
}
@media (hover: hover) and (pointer: fine) {
  .page-schedule .studio_schedule .items .item_link:hover .item_image img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-schedule .studio_schedule .items .item_time {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 50%;
  min-width: 140px;
  line-height: 36px;
  text-align: center;
  margin: auto;
  background: #fff;
  border: solid 1px var(--primaryColor);
  border-radius: 999px;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item_time {
    top: -3.2vw;
    min-width: 42.6666666667vw;
    line-height: 9.6vw;
  }
}
.page-schedule .studio_schedule .items .item_image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.75%;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 999px) {
  .page-schedule .studio_schedule .items .item_image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item_image {
    width: 36.46%;
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.page-schedule .studio_schedule .items .item_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-schedule .studio_schedule .items .item_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 38px 16px 16px;
  background: var(--primaryColor);
  border-radius: 0 4px 4px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item_cont {
    padding: 10.1333333333vw 4.2666666667vw 4.2666666667vw;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
}
.page-schedule .studio_schedule .items .item_title {
  font-size: 20px;
  min-height: 3em;
  line-height: 1.6;
  padding-bottom: 12px;
}
@media (max-width: 999px) {
  .page-schedule .studio_schedule .items .item_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item_title {
    min-height: auto;
    padding-bottom: 9.6vw;
    font-size: 5.3333333333vw;
  }
}
.page-schedule .studio_schedule .items .item_instructorName {
  font-weight: 600;
  word-break: break-all;
  margin-top: auto;
}
.page-schedule .studio_schedule .items .item_instructorTeam {
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-schedule .studio_schedule .items .item_instructorTeam {
    font-size: 3.2vw;
  }
}

.page-instructor .l-instructor-cont {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .page-instructor .l-instructor-cont {
    padding-bottom: 21.3333333333vw;
  }
}
.page-instructor .instructor_lead {
  text-align: center;
  padding-bottom: 64px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-instructor .instructor_lead {
    padding-bottom: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page-instructor .instructor_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}
@media (max-width: 999px) {
  .page-instructor .instructor_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-instructor .instructor_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw 2.9333333333vw;
  }
}
.page-instructor .instructor_items .item {
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-instructor .instructor_items .item {
    border-radius: 1.0666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-instructor .instructor_items .item_link:hover .item_image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.page-instructor .instructor_items .item_image {
  position: relative;
  display: block;
  aspect-ratio: 1/0.79661;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-instructor .instructor_items .item_image {
    aspect-ratio: 1/0.764706;
  }
}
.page-instructor .instructor_items .item_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-instructor .instructor_items .item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 48px;
  padding: 0 5px;
  background: rgba(100, 71, 52, 0.9);
  color: #fff;
  line-height: 1.35;
  word-break: break-all;
}
@media (max-width: 767px) {
  .page-instructor .instructor_items .item_name {
    height: 10.6666666667vw;
  }
}

.page-privacy-policy .l-main {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .page-privacy-policy .l-main {
    padding-bottom: 21.3333333333vw;
  }
}
.page-privacy-policy .entry h2 {
  padding-top: 64px;
  padding-bottom: 24px;
  font-size: 24px;
  font-family: "A1ゴシック R", "A1 Gothic R", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (max-width: 999px) {
  .page-privacy-policy .entry h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-privacy-policy .entry h2 {
    padding-top: 10.6666666667vw;
    padding-bottom: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.page-privacy-policy .entry p:first-child {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .page-privacy-policy .entry p:first-child {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.page-privacy-policy .entry p + p {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .page-privacy-policy .entry p + p {
    padding-top: 4.2666666667vw;
  }
}
.page-privacy-policy .entry ul {
  padding-top: 24px;
  list-style: disc;
  margin-left: 1.2em;
}
@media (max-width: 767px) {
  .page-privacy-policy .entry ul {
    padding-top: 4.2666666667vw;
  }
}

.single-instructor .l-main {
  padding-bottom: 200px;
  background-position: right 120px;
}
@media (max-width: 767px) {
  .single-instructor .l-main {
    padding-bottom: 21.3333333333vw;
  }
}
.single-instructor .main {
  position: relative;
}
.single-instructor .main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .single-instructor .main_inner {
    display: block;
  }
}
.single-instructor .main_col.-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-instructor .main_col.-image {
  width: 53.84%;
  padding-top: 40px;
}
@media (max-width: 999px) {
  .single-instructor .main_col.-image {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .single-instructor .main_col.-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.3333333333vw;
    padding: 0;
  }
}
.single-instructor .main_name {
  padding-bottom: 16px;
  color: var(--primaryColor);
  font-size: 32px;
  line-height: 1.45;
}
@media (max-width: 999px) {
  .single-instructor .main_name {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-instructor .main_name {
    width: 36.8vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 2.1333333333vw;
    font-size: 6.4vw;
  }
}
.single-instructor .main_team {
  color: var(--primaryColor);
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 999px) {
  .single-instructor .main_team {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single-instructor .main_team {
    font-size: 3.7333333333vw;
  }
}
.single-instructor .main_schedule {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .single-instructor .main_schedule {
    margin-top: 41.3333333333vw;
  }
}
.single-instructor .main_schedule .item + .item {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-instructor .main_schedule .item + .item {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .single-instructor .main_schedule .item_meta {
    font-size: 3.7333333333vw;
  }
}
.single-instructor .main_schedule .item_title {
  color: var(--pointColor);
  font-size: 32px;
  line-height: 1.45;
}
@media (max-width: 999px) {
  .single-instructor .main_schedule .item_title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-instructor .main_schedule .item_title {
    font-size: 6.4vw;
  }
}
.single-instructor .main_image img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .single-instructor .main_image img {
    border-radius: 0;
    aspect-ratio: 0.892857/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-instructor .profile {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .single-instructor .profile {
    padding-top: 17.0666666667vw;
  }
}
.single-instructor .profile_text {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 999px) {
  .single-instructor .profile_text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single-instructor .profile_text {
    font-size: 4.2666666667vw;
  }
}
.single-instructor .activity {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .single-instructor .activity {
    padding-top: 17.0666666667vw;
  }
}
.single-instructor .activity_listWrap {
  text-align: center;
}
.single-instructor .activity_list {
  display: inline-block;
  list-style: disc;
  margin-left: 1.2em;
}
@media (max-width: 767px) {
  .single-instructor .activity_list {
    display: block;
  }
}
.single-instructor .activity_list li {
  text-align: left;
  font-weight: 600;
}
.single-instructor .activity_list li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .single-instructor .activity_list li + li {
    margin-top: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  .single-instructor .activity_list li {
    font-size: 3.7333333333vw;
  }
}
.single-instructor .btns {
  padding-top: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .single-instructor .btns {
    padding-top: 17.0666666667vw;
  }
}
.single-instructor .btns li + li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-instructor .btns li + li {
    margin-top: 3.2vw;
  }
}