@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 125.8rem;
  --content-both_space: 2rem;
  --header_height: 12rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
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 {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 48%;
  overflow: auto;
}

body {
  color: #000000;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: clip;
  padding-top: var(--header_height);
  position: relative;
}
body.is-open::before {
  opacity: 1;
  visibility: visible;
}
body.is-open .c-pagetop {
  display: none;
}
body::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

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

section {
  position: relative;
  width: 100%;
}

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

picture {
  display: block;
  line-height: 1.2;
}

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

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 300px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #000000;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #d70051;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: 0.5;
  transition-property: color;
}

input[type=checkbox] + label::before {
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #000000 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.webp) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-campaign {
  padding: 22rem 0 15rem;
  position: relative;
}
.l-campaign::before {
  background: url(../images/top/campaign_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-campaign__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.l-campaign__title::before {
  background: linear-gradient(to right, #8f7b01 0%, #4d0a00 14%, #907008 36%, #918f4e 45%, #96968f 56%, #908c37 65%, #8d6e00 77%, #4e0600 100%);
  content: attr(data-en);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: -0.34em;
  display: inline-block;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, 0);
  white-space: nowrap;
  width: 2.7em;
  z-index: -1;
}

.l-campaign__img {
  margin: 4rem auto 0;
}
.l-campaign__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-campaign__read {
  color: #fff;
  margin-top: 1.6rem;
  text-align: center;
}

.l-campaign__stl {
  font-size: 3.8rem;
  font-weight: 600;
}

.l-campaign__msg {
  margin-top: 2rem;
}

.l-campaign__text {
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.7;
}
.l-campaign__text:not(:first-child) {
  margin-top: 1.6em;
}
.l-campaign__text span {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.l-campaign__price {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}
.l-campaign__price strong {
  background: linear-gradient(to right, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 62%, #f6f29d 70%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 10.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.l-campaign__price strong span {
  font-size: 4.9rem;
  font-weight: 600;
  margin-left: 0.4em;
}
.l-campaign__price strong small {
  font-size: 3.5rem;
  font-weight: 600;
}
.l-campaign__price span {
  font-size: 3.7rem;
}

.l-campaign__bottom {
  margin-top: 4.2rem;
}

.l-campaign-monitor {
  margin-top: -5.5rem;
  padding: 0 0 14rem;
}
.l-campaign-monitor::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-campaign-monitor__title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
}

.l-campaign-monitor__img {
  margin-top: 4rem;
}

.l-campaign-monitor__btn {
  margin: 5rem auto 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  padding: 14rem 2rem 7.5rem;
  position: relative;
  width: 100%;
}
.l-footer::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-footer__logo {
  margin: 0 auto;
  width: 55rem;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__logo-link {
  transition: 0.3s;
}
.l-footer__logo-link:hover {
  opacity: 0.6;
}

.l-footer__info {
  display: flex;
  gap: 5rem;
  margin-top: 7rem;
}

.l-footer__info-read {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.l-footer__info-gmap {
  min-width: 46rem;
  padding-top: 29%;
  position: relative;
  width: 27.34vw;
}
.l-footer__info-gmap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-footer__info-gmap-address {
  font-style: normal;
}

.l-footer__info-address {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}
.l-footer__info-address dl {
  display: flex;
}
.l-footer__info-address dl dt {
  width: 6em;
}
.l-footer__info-address dl dd {
  flex: 1;
}

.l-footer__info-table {
  background-color: #000;
  border: 2px solid #fff;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-top: auto;
  max-width: 65.1rem;
  width: 100%;
}
.l-footer__info-table thead tr {
  height: 4.5rem;
}
.l-footer__info-table td,
.l-footer__info-table th {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.l-footer__info-table td:not(:first-child),
.l-footer__info-table th:not(:first-child) {
  border-left: 1px solid #fff;
}
.l-footer__info-table th {
  background-color: #d70051;
  letter-spacing: -0.2em;
}
.l-footer__info-table tbody tr:not(:first-child) {
  border-top: 1px solid #fff;
}

.l-footer__tel {
  font-weight: 400;
  margin-top: 3.3rem;
  text-align: center;
}

.l-footer__tel-link {
  color: #fff;
  display: inline-block;
  font-size: 7.6rem;
  padding-left: 5.4rem;
  position: relative;
}
.l-footer__tel-link::before {
  aspect-ratio: 42.4/56.9;
  background: url(../images/common/icon_tel.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 4.8rem;
  z-index: 1;
}

.l-footer__line {
  height: 14.4rem;
  margin: 0 auto;
  width: 85.5rem;
}

.l-footer__line-link {
  align-items: center;
  background: url(../images/common/line_btn_back.webp) no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  margin-top: 2.7rem;
  padding-bottom: 0.5rem;
  transition: 0.3s;
  width: 100%;
}
.l-footer__line-link:hover {
  opacity: 0.6;
}
.l-footer__line-link strong {
  font-size: 5.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-left: 5.6rem;
  position: relative;
}
.l-footer__line-link strong::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_line.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 5rem;
  z-index: 1;
}
.l-footer__line-link p {
  font-size: 3.2rem;
  font-weight: 600;
}

.l-footer__sns {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 5.5rem;
}

.l-footer__sns-link {
  height: 5rem;
  transition: 0.3s;
  width: auto;
}
.l-footer__sns-link:hover {
  opacity: 0.6;
}
.l-footer__sns-link img {
  height: 100%;
  width: auto;
}

.l-footer__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  justify-content: center;
  line-height: 1;
  margin-top: 5rem;
}

.l-footer__menu-item:not(:first-child) {
  border-left: 1px solid #fff;
}

.l-footer__menu-link {
  color: #fff;
  padding: 0 1em;
  transition: 0.3s;
}
.l-footer__menu-link:hover {
  opacity: 0.6;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 2.3rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background: linear-gradient(180deg, #000000 0%, #595959 10%, #191919 35%, #000000 70%, #000000 100%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: var(--header_height);
  justify-content: space-between;
  padding: 0 0 0 4rem;
}

.l-header__logo a {
  aspect-ratio: 405/80;
  display: block;
  height: 8rem;
  transition: 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.6;
}
.l-header__logo a img {
  height: 100%;
  width: auto;
}
.l-header__trigger.is-active .l-header__trigger-text {
  display: none;
}

.l-header__trigger-inner {
  align-items: end;
  display: flex;
  height: 3.6rem;
  justify-content: center;
  position: relative;
  top: 1px;
  width: 4rem;
}

.l-header__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 4rem;
}

.l-header__trigger-line {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s;
  transition-property: transform;
  width: 100%;
}
.l-header__trigger-line.is-active {
  background-color: #fff;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  height: 2px;
  transform: translate(0.7rem, 1.6rem) rotate(45deg);
  width: 3rem;
}
.l-header__trigger-line:nth-of-type(2) {
  top: 0.9rem;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  opacity: 0;
}
.l-header__trigger-line:nth-of-type(3) {
  top: 1.8rem;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  height: 2px;
  transform: translate(0.7rem, -0.2rem) rotate(-45deg);
  width: 3rem;
}

.l-header__trigger-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  padding: 0 var(--content-both_space);
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #000000, #d70051);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-navi {
  height: 100%;
  margin-left: auto;
}

.l-navi__inner {
  display: flex;
  height: 100%;
}

.l-navi__menu {
  align-items: center;
  display: flex;
}

.l-navi__menu-item:not(:first-child) {
  border-left: 1px solid #fff;
}

.l-navi__menu-link {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 1.8rem;
  text-align: center;
  transition: 0.3s;
}
.l-navi__menu-link:hover {
  opacity: 0.6;
}
.l-navi__menu-link::after {
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.l-navi__btn {
  height: 100%;
  margin-left: 2rem;
  width: 33.2rem;
}

.l-navi__btn-link {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.l-navi__btn-link::before, .l-navi__btn-link::after {
  content: "";
  inset: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
.l-navi__btn-link::before {
  background: linear-gradient(to bottom, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
  opacity: 1;
  z-index: 0;
}
.l-navi__btn-link::after {
  background: linear-gradient(to bottom, #f2bcc5 0%, #ffffff 10%, #f2bcc5 35%, #f2bcc5 70%, #f09aae 100%);
  z-index: -1;
}
.l-navi__btn-link:hover::before {
  opacity: 0;
}
.l-navi__btn-link span {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding-left: 4rem;
  padding-top: 0.4rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.l-navi__btn-link span::before {
  aspect-ratio: 34/37;
  background: url(../images/common/icon_calendar.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.4rem;
}
.l-navi__btn-link span::after {
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  margin-top: 0.3rem;
}

.l-navi__bottom {
  margin-top: 1.3rem;
}

.l-navi__bottom-tel {
  text-align: center;
}

.l-navi__bottom-tel-link {
  color: #fff;
  display: inline-block;
  font-size: 3.1rem;
  padding-left: 2.3rem;
  position: relative;
}
.l-navi__bottom-tel-link::before {
  aspect-ratio: 16.8/22.5;
  background: url(../images/common/icon_tel.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 57%;
  transform: translate(0, -50%);
  width: 1.8rem;
  z-index: 1;
}

.l-navi__bottom-sns {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.l-navi__bottom-sns-link {
  height: 2.3rem;
}
.l-navi__bottom-sns-link img {
  height: 100%;
  width: auto;
}

.l-navi__bottom-copyright {
  color: #fff;
  font-size: 1rem;
  margin-top: 1.7rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  height: 5.4rem;
  width: 27rem;
}

.c-btn__link {
  align-items: center;
  color: #fff;
  display: flex;
  /* ボックスシャドウは本体に適用 */
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn__link::before, .c-btn__link::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.c-btn__link::before {
  background-image: url(../images/common/btn_back.webp);
  opacity: 1;
}
.c-btn__link::after {
  background-image: url(../images/common/btn_back_on.webp);
  opacity: 0;
}
.c-btn__link:hover::before {
  opacity: 0;
}
.c-btn__link:hover::after {
  opacity: 1;
}

.c-btn-pink {
  height: 5.4rem;
  width: 27rem;
}

.c-btn-pink__link {
  align-items: center;
  color: #d70051;
  display: flex;
  /* ボックスシャドウは本体に適用 */
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn-pink__link::before, .c-btn-pink__link::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: -1;
}
.c-btn-pink__link::before {
  background-image: url(../images/common/btn_back-pink.webp);
  opacity: 1;
}
.c-btn-pink__link::after {
  background-image: url(../images/common/btn_back-pink_on.webp);
  opacity: 0;
}
.c-btn-pink__link:hover::before {
  opacity: 0;
}
.c-btn-pink__link:hover::after {
  opacity: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-fixed {
  bottom: 0;
  height: var(--fixed-btn);
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.c-fixed__link {
  align-items: center;
  background: url(../images/common/line_btn_back_sp.webp) no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  width: 100%;
}
.c-fixed__link .c-fixed__inner {
  padding-left: 5.2rem;
  position: relative;
}
.c-fixed__link .c-fixed__inner::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_line.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  width: 4.5rem;
  z-index: 1;
}
.c-fixed__link strong {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}
.c-fixed__link p {
  font-size: 1.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-head-deco {
  text-align: center;
}
.c-head-deco--white {
  color: #fff;
}
.c-head-deco--white .c-head-deco__jp::before, .c-head-deco--white .c-head-deco__jp::after {
  background-color: #fff;
}

.c-head-deco__jp {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0 6.4rem 0 7.6rem;
  position: relative;
}
.c-head-deco__jp::before, .c-head-deco__jp::after {
  aspect-ratio: 82/32;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 5.4rem;
  z-index: 1;
}
.c-head-deco__jp::before {
  left: 0;
  -webkit-mask: url(../images/common/leaf-deco_left.webp) no-repeat top center/contain;
  mask: url(../images/common/leaf-deco_left.webp) no-repeat top center/contain;
}
.c-head-deco__jp::after {
  right: 0;
  -webkit-mask: url(../images/common/leaf-deco_right.webp) no-repeat top center/contain;
  mask: url(../images/common/leaf-deco_right.webp) no-repeat top center/contain;
}

.c-head-deco__en {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

.p-top-promotion__head .c-head-deco__jp {
  padding: 0 6.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-kv__title {
  font-size: 5.5rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.2em;
  position: absolute;
  top: 59%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-kv__title::before {
  bottom: 0;
  color: #fff;
  content: attr(en-title);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  left: 50%;
  line-height: 0.8;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: -1;
}

.c-kv__img {
  height: 48.3rem;
}
.c-kv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pagetop {
  bottom: 8rem;
  position: fixed;
  right: 4vw;
  z-index: 11;
}

.c-pageto-link {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #c09b50;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 8rem;
}
.c-pageto-link img {
  height: auto;
  transition: 0.3s;
  width: 2.8rem;
}
.c-pageto-link:hover img {
  transform: translateY(-3px);
}

.c-pagetop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.c-pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-problem--center .c-problem__bottom-catch {
  text-align: center;
}
.c-problem--center .c-problem__bottom-list {
  justify-content: center;
}

.c-problem__bottom-catch {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.c-problem__bottom-catch--white {
  color: #fff;
}

.c-problem__bottom-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0.2em;
  margin-top: 0.8rem;
}

.c-problem__bottom-item {
  background: linear-gradient(-180deg, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  min-width: 5em;
  padding: 0.2em 0.8em 0.2em;
  text-align: center;
}

.c-problem__btn {
  margin: 4.7rem auto 0;
}

.c-problem__bottom-note {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.8rem;
  padding-left: 1em;
  position: relative;
  text-align: center;
}
.c-problem__bottom-note + .c-problem__bottom-note {
  margin-top: 0;
}
.c-problem__bottom-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-course-lead {
  padding-top: 10rem;
}
.p-course-lead::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-course-lead__head-title {
  background: linear-gradient(180deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox 用 */
  background-clip: text;
  color: transparent;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.p-course-lead__head-msg {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 2rem;
  text-align: center;
}

.p-course-lead__body {
  margin-top: 4rem;
  padding: 0 16.5rem;
}

.p-course-lead__menu {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-course-lead__menu-item:first-child {
  grid-column: 1/-1;
}

.p-course-lead__menu-link {
  display: block;
}
.p-course-lead__menu-link img {
  height: auto;
  width: 100%;
}

.p-course-lead__campaign {
  padding-inline: 2rem;
}

.p-menu__course {
  padding-block: 16.5rem 14.5rem;
}
.p-menu__course::before {
  background: url(../images/menu/course_back.webp) repeat-y top center/contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-menu__course-wrap {
  margin-top: -20rem;
  padding: 20rem 1rem 0 2rem;
}
.p-menu__course-wrap:not(:first-child) {
  margin-top: -5rem;
  padding-top: 27rem;
}

.p-menu__course-title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
}
.p-menu__course-title::before {
  background: linear-gradient(90deg, #f5e167 0%, #b37023 14%, #f6d66e 36%, #f7f5b4 45%, #fcfcf5 55%, #f6f29d 65%, #f3d456 77%, #b46c1f 100%);
  bottom: -0.3em;
  content: attr(en-title);
  left: 53%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Firefox 用 */
  background-clip: text;
  color: transparent;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 20rem;
  line-height: 1.2;
  padding-right: 0.5em;
  white-space: nowrap;
  z-index: -1;
}

.p-menu__course-body {
  margin-top: 6.3rem;
}

.p-menu__course-thumb--grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 63% 37%;
  grid-template-rows: auto auto;
}
.p-menu__course-thumb--grid > *,
.p-menu__course-thumb--grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-menu__course-thumb--grid > *:nth-child(1),
.p-menu__course-thumb--grid img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-menu__course-thumb--grid > *:nth-child(2),
.p-menu__course-thumb--grid img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-menu__course-thumb--grid > *:nth-child(3),
.p-menu__course-thumb--grid img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-menu__course-thumb--column {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: 67.5% 32.5%;
}
.p-menu__course-thumb--column img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-menu__course-read {
  margin-top: 2rem;
}

.p-menu__course-stl {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
}
.p-menu__course-stl strong {
  display: inline-block;
  font-size: 6rem;
  font-weight: 600;
  margin-left: 0.5em;
  position: relative;
}
.p-menu__course-stl strong span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 0.5em;
}
.p-menu__course-stl strong::after {
  content: attr(after-text);
  display: inline-block;
  font-size: 3.4rem;
}
.p-menu__course-stl--lg strong {
  font-size: 7rem;
}
.p-menu__course-stl--lg strong span {
  font-size: 2.8rem;
}

.p-menu__course-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2.5rem;
  text-align: center;
}
.p-menu__course-text span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: -1.5rem;
  position: relative;
}

.p-menu__course-grid {
  display: flex;
}
.p-menu__course-grid:not(:first-child) {
  margin-top: 15rem;
}

.p-menu__course-grid-read {
  flex: 1;
  margin-top: -1.3rem;
  padding-right: 4.5rem;
}

.p-menu__course-grid-read-head {
  display: flex;
  flex-wrap: wrap;
}
.p-menu__course-grid-read-head + .p-menu__course-grid-read-head {
  margin-top: 2rem;
}

.p-menu__course-grid-stl {
  font-size: 3.4rem;
  font-weight: 500;
}

.p-menu__course-grid-price {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  text-align: right;
}
.p-menu__course-grid-price strong {
  font-size: 4rem;
  font-weight: 500;
}
.p-menu__course-grid-price strong span {
  font-size: 2.4rem;
  font-weight: 500;
}

.p-menu__course-grid-ex {
  align-items: end;
  color: #d70051;
  display: flex;
  font-size: 3rem;
  font-weight: 500;
  justify-content: end;
  line-height: 1.1;
  margin-left: auto;
  margin-top: 0.4rem;
}
.p-menu__course-grid-ex::before {
  border: 1px solid #d70051;
  content: attr(title-jp);
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 0.5em;
  padding: 0.3em 0.4em;
}
.p-menu__course-grid-ex strong {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 0.2em;
}
.p-menu__course-grid-ex strong span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 0.5em;
}

.p-menu__course-grid-note {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  justify-self: end;
  margin-left: auto;
  margin-top: 0.5rem;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-grid-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-grid-body {
  margin-top: 4rem;
}

.p-menu__course-grid-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-menu__course-grid-bottom {
  margin-top: 3rem;
}

.p-menu__course-other {
  margin-top: 7.5rem;
}

.p-menu__course-other-title {
  border-bottom: 1px solid #000;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 1.1rem;
  text-align: center;
}

.p-menu__course-other-body {
  margin-top: 2.8rem;
}

.p-menu__course-other-list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}

.p-menu__course-other-item {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.833;
  white-space: nowrap;
  width: 100%;
}

.p-menu__course-other-note {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-other-note::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-grid-img {
  width: 41%;
}
.p-menu__course-grid-img img {
  height: auto;
  width: 100%;
}

.p-menu__course-bottom {
  margin-top: 4.5rem;
}
.p-menu__course-bottom--single {
  margin-top: 3.4rem;
}

.p-menu__course-bottom-grid {
  display: flex;
  gap: 3rem;
}

.p-menu__course-bottom-read {
  flex: 1;
}

.p-menu__course-bottom-box {
  border: 1px solid #000;
  padding: 3rem 1rem 1.5rem;
}

.p-menu__course-bottom-stl {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-menu__course-bottom-list {
  margin-top: 2rem;
}

.p-menu__course-bottom-item {
  font-size: 1.8rem;
  line-height: 1.389;
  padding-left: 1em;
  position: relative;
}
.p-menu__course-bottom-item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-menu__course-bottom-text {
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 1rem;
}

.p-menu__course-bottom-img {
  width: 50%;
}
.p-menu__course-bottom-img img {
  height: auto;
  width: 100%;
}

.p-menu__course-bottom-problem {
  margin-top: 3rem;
}

.p-menu__course-ex {
  margin-top: 4rem;
}

.p-menu__course-ex-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.p-menu__course-ex-title span {
  color: #d70051;
}

.p-menu__course-ex-list {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.p-menu__course-ex-item {
  text-align: center;
}
.p-menu__course-ex-item img {
  height: auto;
  width: 100%;
}
.p-menu__course-ex-item figcaption {
  border: 1px solid #000;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2rem;
  min-width: 6.7em;
  padding: 0.6rem 4rem;
}

#sec07 .p-menu__course-stl strong::before {
  content: attr(before-text);
  display: inline-block;
  font-size: 3.4rem;
  margin: 0 0.3em 0 -1em;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-page {
  padding: 20rem 0;
  text-align: center;
}

.p-page__title {
  font-size: 4rem;
  font-weight: 700;
}

.p-page__msg {
  font-size: 2rem;
  margin-top: 2rem;
}

.p-page__btn {
  margin: 3rem auto 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-mv {
  height: calc(100vh - var(--header_height));
  overflow: hidden;
}

.p-top-mv__catch {
  left: 5.8%;
  position: absolute;
  top: 13%;
  z-index: 2;
}

.p-top-mv__title {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.p-top-mv__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 1.5rem;
}

/* Swiper */
.p-top-mv .swiper {
  height: 100%;
}
.p-top-mv .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.89, 0.04, 0.53, 0.95);
}
.p-top-mv .swiper-slide {
  overflow: hidden;
}
.p-top-mv .swiper-slide-active .swiper-img img, .p-top-mv .swiper-slide-duplicate-active .swiper-img img, .p-top-mv .swiper-slide-prev .swiper-img img, .p-top-mv .swiper-slide-duplicate-prev .swiper-img img {
  transform: scale(1.1) !important;
  transition: transform 10s linear 0s;
}
.p-top-mv .swiper .swiper-img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.89, 0.04, 0.53, 0.95) !important;
  width: 100%;
}
.p-top-mv .swiper .swiper-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.p-top-mv .swiper-container-horizontal > .swiper-pagination-bullets,
.p-top-mv .swiper-pagination-custom,
.p-top-mv .swiper-pagination-fraction {
  bottom: 3.5vw !important;
}
.p-top-mv .swiper-pagination-bullet {
  aspect-ratio: 57.2/6.6;
  background-color: #fff;
  border-radius: 0;
  height: inherit;
  margin: 0 3px !important;
  opacity: 1 !important;
  width: 3vw;
}
.p-top-mv .swiper-pagination-bullet-active {
  background-color: #c09b50;
}

.p-top-news {
  padding: 8.5rem 0 7.5rem;
}

.p-top-promotion {
  padding: 14rem 0 22.8rem;
  position: relative;
}
.p-top-promotion::before {
  background: url(../images/top/pv_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-promotion__movie {
  margin-top: 6.5rem;
}
.p-top-promotion__movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.p-top-about__visual {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.p-top-about__visual::before {
  bottom: 0;
  color: #fff;
  content: attr(data-en);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 12.5rem;
  font-weight: 400;
  left: 0;
  line-height: 0.45;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.p-top-about__img01 img {
  height: auto;
  width: 100%;
}

.p-top-about__img02 {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  left: 7.9vw;
  position: absolute;
  top: -6.5vw;
  width: 25.5vw;
}

.p-top-about__body {
  margin-top: -38%;
  padding: 0 0 12%;
  position: relative;
}
.p-top-about__body::before {
  background: url(../images/top/about_back03.webp) no-repeat top center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: 84%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: auto;
  width: 100vw;
  z-index: -1;
}

.p-top-about__wrap {
  display: flex;
  gap: 5rem;
}
.p-top-about__wrap:first-child .p-top-about__img {
  margin-right: -18rem;
  width: 73.3rem;
}

.p-top-about__read {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-top-about__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-top-about__title::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.75px;
  margin: 0 0 0 calc(50% - 50vw);
  position: absolute;
  right: 0;
  transform: scale(0.75);
  transform-origin: right;
  width: 100vw;
}

.p-top-about__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.p-top-about__text span {
  font-size: 3rem;
  margin-bottom: 0;
}

.p-top-about__btn {
  margin-top: 3rem;
}

.p-top-about__banner {
  display: inline-block;
  margin-top: auto;
  max-width: 26vw;
  transition: 0.3s;
  width: 100%;
}
.p-top-about__banner:hover {
  opacity: 0.6;
}

.p-top-about__img {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  width: 58rem;
}
.p-top-about__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-voice {
  padding: 13.5rem 0 15rem;
}
.p-top-voice::before {
  background: url(../images/top/dairiseki_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-voice__head-title {
  border-bottom: 0.5px solid #000;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  text-align: center;
}

.p-top-voice__head-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-align: center;
}

.p-top-voice__body {
  margin-top: 4rem;
}
.p-top-voice__body .ti-widget.ti-goog .ti-review-item {
  padding: 14px !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-review-item > .ti-inner,
.p-top-voice__body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
}
.p-top-voice__body .ti-text-align-center.ti-widget.ti-goog .ti-review-content .ti-inner {
  text-align: left !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls .ti-next:before,
.p-top-voice__body .ti-widget.ti-goog .ti-controls .ti-prev:before {
  background: #000 !important;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px !important;
  position: absolute;
  transform: rotate(45deg);
  width: 17px;
}
.p-top-voice__body .ti-widget[data-layout-id="4"][data-set-id=drop-shadow] .ti-controls .ti-next:after,
.p-top-voice__body .ti-widget[data-layout-id="4"][data-set-id=drop-shadow] .ti-controls .ti-prev:after {
  background: #000 !important;
  height: 2px !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls {
  display: none !important;
}
.p-top-voice__body .ti-widget.ti-goog .ti-controls-line {
  display: none !important;
}

.p-top-voice__btn {
  margin: 6rem auto 0;
}

.p-top-reason__visual {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.p-top-reason__visual::before {
  bottom: 0;
  color: #c09b50;
  content: attr(data-en);
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 0.45;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 1;
}

.p-top-reason__img01 {
  height: auto;
  width: 100%;
}
.p-top-reason__img01 img {
  height: auto;
  width: 100%;
}

.p-top-reason__img02 {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 8vw;
  top: -8.2vw;
  width: 29vw;
}
.p-top-reason__img02 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-reason__body {
  margin-top: -15.1vw;
  padding: 7.55vw 0 7.78vw;
  position: relative;
}
.p-top-reason__body::before {
  background: url(../images/top/reason_back03.webp) no-repeat top center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: calc(100% - 15vw);
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: auto;
  width: 100vw;
  z-index: -1;
}

.p-top-reason__wrap {
  align-items: end;
  display: flex;
  flex-direction: row-reverse;
  gap: 7rem;
}

.p-top-reason__read {
  color: #fff;
  flex: 1;
}

.p-top-reason__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.1rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.p-top-reason__title::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.75px;
  left: 0;
  margin: 0 calc(50% - 50vw) 0 0;
  position: absolute;
  transform: scale(0.75);
  transform-origin: left;
  width: 100vw;
}

.p-top-reason__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-top-reason__text span {
  font-size: 3rem;
}

.p-top-reason__btn {
  margin: 4rem 0 0 auto;
}

.p-top-reason__img {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  margin-left: -20rem;
  width: 58rem;
}
.p-top-reason__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-menu__wrap {
  display: flex;
  max-height: 61rem;
}

.p-top-menu__read {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 0 6.5rem;
  position: relative;
  width: 50%;
}
.p-top-menu__read::before {
  background: url(../images/top/menu_back.webp) repeat-y top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 2rem);
  z-index: -1;
}

.p-top-menu__read-wrap {
  margin-left: auto;
  max-width: 60rem;
  width: 100%;
}

.p-top-menu__img {
  flex: 1;
  margin: 0 calc(50% - 50vw) 0 0;
  overflow: hidden;
  z-index: -1;
}
.p-top-menu__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-menu__title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.6;
  position: relative;
}
.p-top-menu__title::before {
  bottom: 0;
  color: #fff;
  content: attr(data-en);
  display: block;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 18rem;
  font-weight: 400;
  left: 0.15em;
  letter-spacing: 0;
  line-height: 0.7;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

.p-top-menu__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.p-top-menu__btn {
  margin: 4.2rem 0 0;
}

.p-top-monitor {
  margin-top: -5.5rem;
  padding: 0 0 14rem;
}
.p-top-monitor::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-blog {
  padding: 14rem 0 15rem;
}
.p-top-blog::before {
  background: url(../images/top/dairiseki_back.webp) no-repeat top center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-top-blog__body {
  margin-top: 9rem;
}

.p-top-blog__list {
  display: grid;
  gap: 9rem 6rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-blog__item-img {
  width: 17.3rem;
}
.p-top-blog__item-img img {
  aspect-ratio: 173/216;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-blog__item {
  display: flex;
  gap: 2rem;
}

.p-top-blog__item-read {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-top-blog__item-stl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.41;
}

.p-top-blog__item-time {
  display: block;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: right;
}

.p-top-blog__item-btn {
  margin: auto 0 0 auto;
}

.p-top-blog__btn {
  margin: 10rem auto 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-tab {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media not all and (max-width: 1600px){
  html {
    font-size: 62.5%;
  }
}

@media not all and (max-width: 1320px){
  .l-header__trigger {
    display: none;
  }
  .l-navi__bottom {
    display: none;
  }
}

@media screen and (max-width: 1320px){
  .l-header__inner {
    padding: 0 0 0 2rem;
  }
  .l-header__trigger {
    align-items: center;
    aspect-ratio: 1/1;
    background: linear-gradient(-180deg, #d70051 0%, #f09aae 10%, #d70051 35%, #d70051 70%, #6e0032 100%);
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
  }
  .l-navi {
    display: none;
    height: 100vh;
    left: 50%;
    overflow: scroll;
    padding: 1.2rem 0 15rem;
    position: absolute;
    top: var(--header_height);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .l-navi__inner {
    flex-direction: column;
    height: 100vh;
  }
  .l-navi__menu {
    flex-direction: column;
  }
  .l-navi__menu-item:not(:first-child) {
    border: none;
    margin-top: 0.2rem;
  }
  .l-navi__menu-link {
    font-size: 1.7rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .l-navi__menu-link::after {
    font-size: 1rem;
  }
  .l-navi__btn {
    display: flex;
    height: auto;
    justify-content: center;
    margin: 1rem 0 0;
    width: 100%;
  }
  .l-navi__btn-link {
    display: inline-block;
    height: auto;
    width: auto;
  }
  .l-navi__btn-link::before, .l-navi__btn-link::after {
    display: none;
  }
  .l-navi__btn-link span {
    font-size: 1.7rem;
    height: inherit;
    padding-left: 3.8rem;
  }
  .l-navi__btn-link span::before {
    left: 0;
    width: 2.858rem;
  }
  .l-navi__btn-link span::after {
    font-size: 1rem;
  }
}

@media not all and (max-width: 927px){
  .l-header__trigger-inner {
    transform: scale(1.4);
  }
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-menu__course-other-item:first-child {
    align-items: end;
  }
  .p-menu__course-other-item:first-child p {
    margin-bottom: 0.5em;
    margin-left: -9rem;
  }
  .p-menu__course-other-item:nth-child(2) {
    align-items: start;
  }
  .p-menu__course-other-item p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-left: auto;
    white-space: nowrap;
  }
  .p-menu__course-other-item p strong {
    font-size: 3.5rem;
    font-weight: 500;
  }
  .p-menu__course-other-item p strong span {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .p-top-about__wrap:first-child {
    align-items: end;
  }
  .p-top-about__wrap:not(:first-child) {
    margin-top: 6.5rem;
  }
  .p-top-about__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__title::before {
    left: 0;
    margin: 0 calc(50% - 50vw) 0 0;
    right: auto;
    transform-origin: left;
  }
  .p-top-menu__wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__read::before {
    left: auto;
    right: -2rem;
    transform: scale(-1, 1);
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__read-wrap {
    margin-left: 8rem;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__btn {
    margin-left: 45%;
  }
  .p-top-menu__wrap:nth-child(even) .p-top-menu__img {
    margin: 0 0 0 calc(50% - 50vw);
  }
  .p-top-menu__wrap:last-child .p-top-menu__text {
    line-height: 1.65;
  }
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 927px){
  :root {
    --content_width: 750px;
    --content-both_space: 25px;
    --header_height: 7rem;
    --fixed-btn: 7rem;
  }
  html {
    font-size: 70%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  .l-campaign {
    padding: 9rem 0 4.8rem;
  }
  .l-campaign::before {
    background: url(../images/top/campaign_back_sp.webp) no-repeat top center/cover;
  }
  .l-campaign__title {
    font-size: 2.2rem;
  }
  .l-campaign__title::before {
    bottom: -0.3em;
    font-size: 9rem;
  }
  .l-campaign__img {
    aspect-ratio: 299/214;
    margin-top: 2.5rem;
    width: 88%;
  }
  .l-campaign__read {
    margin-top: 2.4rem;
  }
  .l-campaign__stl {
    font-size: 2.2rem;
    line-height: 1.29;
  }
  .l-campaign__msg {
    margin-top: 1rem;
  }
  .l-campaign__text:not(:first-child) {
    font-size: 1.8rem;
  }
  .l-campaign__text {
    font-size: 1.6rem;
    line-height: 1.55;
    text-align: left;
  }
  .l-campaign__text span {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.55;
    margin-bottom: 0.5em;
  }
  .l-campaign__text--02 {
    line-height: 1.3;
    text-align: center;
  }
  .l-campaign__price {
    font-size: 2.2rem;
    margin-top: 1.3rem;
  }
  .l-campaign__price strong {
    font-size: 6.7rem;
    line-height: 1;
  }
  .l-campaign__price strong span {
    font-size: 2.9rem;
    margin-left: 0.4em;
  }
  .l-campaign__price strong small {
    font-size: 2.1rem;
  }
  .l-campaign__price > span {
    display: inline-block;
    font-size: 2.2rem;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }
  .l-campaign__bottom {
    margin-top: 1.8rem;
  }
  .l-campaign-monitor {
    margin-top: -0.5rem;
    padding: 0.5rem 0 4.4rem;
  }
  .l-campaign-monitor__title {
    font-size: 2.2rem;
    line-height: 1.27;
  }
  .l-campaign-monitor__img {
    margin-top: 2rem;
  }
  .l-campaign-monitor__btn {
    margin-top: 3.5rem;
  }
  .l-footer {
    padding: 4.5rem 0 10rem;
  }
  .l-footer__inner {
    padding: 0 var(--content-both_space);
  }
  .l-footer__logo {
    width: 27.4rem;
  }
  .l-footer__info {
    display: block;
    margin-top: 2.2rem;
  }
  .l-footer__info-gmap {
    margin-top: 2rem;
    padding-top: 80%;
    width: 100%;
  }
  .l-footer__info-gmap-address {
    color: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    margin-top: 1rem;
  }
  .l-footer__info-address {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .l-footer__info-address dl dt {
    width: 6.5em;
  }
  .l-footer__info-table {
    margin-top: 2.3rem;
    width: 100%;
  }
  .l-footer__info-table td,
  .l-footer__info-table th {
    font-size: 1.5rem;
  }
  .l-footer__tel {
    margin-top: 1.1rem;
  }
  .l-footer__tel-link {
    font-size: 3.5rem;
    padding-left: 2.5rem;
  }
  .l-footer__tel-link::before {
    top: 55%;
    width: 2rem;
  }
  .l-footer__sns {
    gap: 0.7rem;
    margin-top: 3.5rem;
  }
  .l-footer__sns-link {
    height: 2.5rem;
  }
  .l-footer__menu {
    gap: 0.5rem;
    margin-top: 2.3rem;
  }
  .l-footer__menu-link {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .l-header__logo a {
    height: auto;
    max-width: 24rem;
    width: 62vw;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .l-navi__bottom-sns {
    gap: 0.7rem;
    margin-top: 2.5rem;
  }
  .c-btn {
    height: 3.5rem;
    width: 17rem;
  }
  .c-btn__link {
    font-size: 1.3rem;
    padding: 0;
  }
  .c-btn-pink {
    height: 3.5rem;
    width: 17rem;
  }
  .c-btn-pink__link {
    font-size: 1.3rem;
    padding: 0;
  }
  .c-head-deco__jp {
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    padding: 0 3.2rem 0 4rem;
  }
  .c-head-deco__jp::before, .c-head-deco__jp::after {
    width: 2.7rem;
  }
  .c-head-deco__en {
    font-size: 1rem;
  }
  .p-top-promotion__head .c-head-deco__jp {
    padding: 0 3.2rem;
  }
  .c-kv__title {
    font-size: 2.5rem;
  }
  .c-kv__title::before {
    font-size: 9rem;
  }
  .c-kv__img {
    height: 20rem;
  }
  .c-pageto-link {
    border-width: 1px;
    padding-bottom: 1px;
    width: 3.2rem;
  }
  .c-pageto-link img {
    width: 1.4rem;
  }
  .c-problem__bottom-catch {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-problem__bottom-list {
    justify-content: center;
    margin-top: 1rem;
  }
  .c-problem__bottom-list.is-3column {
    margin-inline: auto;
    width: calc(19.2rem + 0.6em);
  }
  .c-problem__bottom-list.is-4column {
    margin-inline: auto;
    width: calc(25.6rem + 0.8em);
  }
  .c-problem__bottom-item {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    min-width: 5.2em;
    padding: 0.25em 0.6em 0.4em;
  }
  .c-problem__bottom-item.is-long {
    min-width: 10.6em;
  }
  .c-problem__bottom-note {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-course-lead {
    padding-top: 4rem;
  }
  .p-course-lead__head-title {
    font-size: 2.2rem;
  }
  .p-course-lead__head-msg {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-top: 1.4rem;
  }
  .p-course-lead__body {
    margin-top: 2.6rem;
    padding: 0;
  }
  .p-course-lead__menu {
    gap: 0.8rem 0.5rem;
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
  }
  .p-menu__course {
    padding-block: 9.3rem 4.5rem;
  }
  .p-menu__course-wrap {
    margin: -10rem auto 0;
    max-width: 60rem;
    padding: 10rem 0 0;
    width: 100%;
  }
  .p-menu__course-wrap:not(:first-child) {
    margin-top: -4rem;
    padding-top: 12.5rem;
  }
  .p-menu__course-title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .p-menu__course-title::before {
    font-size: 9rem;
  }
  .p-menu__course-body {
    margin-top: 3rem;
  }
  .p-menu__course-thumb--grid {
    gap: 0.4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
  .p-menu__course-thumb--grid > *:nth-child(1),
  .p-menu__course-thumb--grid img:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .p-menu__course-thumb--grid > *:nth-child(2),
  .p-menu__course-thumb--grid img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .p-menu__course-thumb--grid > *:nth-child(3),
  .p-menu__course-thumb--grid img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2;
  }
  .p-menu__course-thumb--column {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-menu__course-read {
    margin-top: 2rem;
  }
  .p-menu__course-stl strong::after {
    font-size: 1.7rem;
  }
  .p-menu__course-stl {
    display: block;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .p-menu__course-stl strong {
    display: block;
    font-size: 2.8rem;
    margin: 0.5rem 0 0;
  }
  .p-menu__course-stl strong span {
    font-size: 1.7rem;
  }
  .p-menu__course-stl strong::after {
    font-size: 1.7rem;
  }
  .p-menu__course-stl--lg strong {
    font-size: 4.9rem;
  }
  .p-menu__course-stl--lg strong span {
    font-size: 1.9rem;
  }
  .p-menu__course-text {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    text-align: left;
  }
  .p-menu__course-text span {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .p-menu__course-grid {
    flex-direction: column-reverse;
  }
  .p-menu__course-grid:not(:first-child) {
    margin-top: 7rem;
  }
  .p-menu__course-grid-read {
    margin-top: 2.4rem;
    padding: 0;
  }
  .p-menu__course-grid-read-head {
    display: block;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price {
    font-size: 1.8rem;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price strong {
    font-size: 2.4rem;
  }
  .p-menu__course-grid-read-head:has(.p-menu__course-grid-ex) .p-menu__course-grid-price strong span {
    font-size: 1.4rem;
  }
  .p-menu__course-grid-stl {
    font-size: 2.2rem;
    line-height: 1.32;
    text-align: center;
  }
  .p-menu__course-grid-price {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
  }
  .p-menu__course-grid-price strong {
    font-size: 2.8rem;
    margin-left: 0.2em;
  }
  .p-menu__course-grid-price strong span {
    font-size: 1.7rem;
  }
  .p-menu__course-grid-ex {
    font-size: 1.8rem;
    justify-content: center;
  }
  .p-menu__course-grid-ex::before {
    font-size: 1.2rem;
  }
  .p-menu__course-grid-ex strong {
    font-size: 3.6rem;
  }
  .p-menu__course-grid-ex strong span {
    font-size: 1.4rem;
  }
  .p-menu__course-grid-note {
    font-size: 1.4rem;
  }
  .p-menu__course-grid-body {
    margin-top: 1.4rem;
  }
  .p-menu__course-grid-text {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .p-menu__course-grid-bottom {
    margin-top: 2rem;
  }
  .p-menu__course-other {
    margin-top: 5rem;
  }
  .p-menu__course-other-title {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .p-menu__course-other-body {
    margin-top: 1rem;
  }
  .p-menu__course-other-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .p-menu__course-other-item {
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1.61;
  }
  .p-menu__course-other-item p {
    font-size: 1.8rem;
    margin-left: auto;
  }
  .p-menu__course-other-item p strong {
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 0.2em;
  }
  .p-menu__course-other-item p strong span {
    font-size: 1.4rem;
    margin-left: 0.1em;
  }
  .p-menu__course-other-note {
    font-size: 1.4rem;
    line-height: 1.28;
    margin-top: 1rem;
  }
  .p-menu__course-grid-img {
    width: 100%;
  }
  .p-menu__course-bottom {
    margin-top: 1.5rem;
  }
  .p-menu__course-bottom--single {
    margin-top: 2rem;
  }
  .p-menu__course-bottom-grid {
    display: block;
  }
  .p-menu__course-bottom-box {
    border-left: none;
    border-right: none;
    padding: 1.4rem 0 1.5rem;
  }
  .p-menu__course-bottom-stl {
    font-size: 2rem;
  }
  .p-menu__course-bottom-list {
    margin-top: 1.3rem;
  }
  .p-menu__course-bottom-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-menu__course-bottom-text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.7rem;
  }
  .p-menu__course-bottom-img {
    margin-top: 2rem;
    width: 100%;
  }
  .p-menu__course-bottom-problem {
    margin-top: 2rem;
  }
  .p-menu__course-ex {
    margin-top: 1.5rem;
  }
  .p-menu__course-ex-title {
    font-size: 1.8rem;
    line-height: 1.61;
  }
  .p-menu__course-ex-list {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
  }
  .p-menu__course-ex-item figcaption {
    font-size: 2rem;
    margin-top: 1.5rem;
    padding: 0.5rem 4rem;
  }
  #sec07 .p-menu__course-stl strong::before {
    font-size: 2rem;
  }
  .p-top-mv {
    max-height: 550px;
  }
  .p-top-mv__catch {
    left: var(--content-both_space);
    top: 4.5%;
  }
  .p-top-mv__title {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
  }
  .p-top-mv__text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.625;
    margin-top: 0.8rem;
  }
  .p-top-mv .swiper-container-horizontal > .swiper-pagination-bullets,
  .p-top-mv .swiper-pagination-custom,
  .p-top-mv .swiper-pagination-fraction {
    bottom: 6.5vw !important;
  }
  .p-top-mv .swiper-pagination-bullet {
    aspect-ratio: 34/4;
    width: 3.4rem;
  }
  .p-top-news {
    padding: 2.3rem 0;
  }
  .p-top-promotion {
    padding: 3rem 0 4rem;
  }
  .p-top-promotion__movie {
    margin-top: 2rem;
  }
  .p-top-about__visual::before {
    font-size: 10vw;
    left: -0.1em;
  }
  .p-top-about__img02 {
    left: var(--content-both_space);
    top: -5vw;
    width: 31vw;
  }
  .p-top-about__body {
    margin-top: 0;
    padding: 0;
  }
  .p-top-about__wrap {
    align-items: stretch;
    gap: 2rem;
  }
  .p-top-about__wrap:first-child .p-top-about__img {
    margin: 0;
    position: absolute;
    right: 0;
    top: -36.81vw;
    width: 38.67vw;
  }
  .p-top-about__wrap {
    flex-direction: column;
  }
  .p-top-about__wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top-about__wrap:nth-child(even) .p-top-about__title {
    letter-spacing: 0;
  }
  .p-top-about__wrap--01 {
    padding: 11.3vw 0 13vw;
    position: relative;
  }
  .p-top-about__wrap--01::before {
    background: url(../images/top/about_back03-01_sp.webp) no-repeat top center/cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .p-top-about__wrap--02 {
    padding: 0 0 13.5vw;
    position: relative;
  }
  .p-top-about__wrap--02::before {
    background: url(../images/top/about_back03-02_sp.webp) no-repeat top center/cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .p-top-about__title {
    font-size: 2.2rem;
    line-height: 1.31;
    margin-bottom: 1rem;
  }
  .p-top-about__title::before {
    margin: 0;
    transform: scale(1);
    width: 100%;
  }
  .p-top-about__text {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .p-top-about__text span {
    font-size: 2.5rem;
  }
  .p-top-about__btn {
    margin: 2.6rem auto 0;
  }
  .p-top-about__banner {
    display: block;
    margin: 2.5rem auto 0;
    max-width: 450px;
    width: 75vw;
  }
  .p-top-about__img {
    width: 100%;
  }
  .p-top-voice {
    padding: 5rem 0 5rem;
  }
  .p-top-voice__head-title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-top-voice__head-text {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .p-top-voice__body {
    margin: 1.5rem -1.5rem 0;
    width: calc(100% + 3rem);
  }
  .p-top-voice__btn {
    margin: 0.5rem auto 0;
  }
  .p-top-reason__visual::before {
    font-size: 10.5vw;
    left: 0;
    right: auto;
  }
  .p-top-reason__img02 {
    right: 6.87vw;
    top: 66.15vw;
    width: 32.56vw;
  }
  .p-top-reason__body {
    margin-top: 0;
    padding: 15.52vw 0 11.27vw;
  }
  .p-top-reason__body::before {
    background: url(../images/top/reason_back03_sp.webp) no-repeat top center/cover;
    height: 100%;
  }
  .p-top-reason__wrap {
    align-items: baseline;
    flex-direction: column;
  }
  .p-top-reason__read {
    width: 100%;
  }
  .p-top-reason__title {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.31;
    margin-bottom: 1rem;
  }
  .p-top-reason__title::before {
    transform: scale(1);
    width: 100%;
  }
  .p-top-reason__text {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .p-top-reason__btn {
    margin: 2.5rem auto 0;
  }
  .p-top-reason__img {
    left: 0;
    margin: 0;
    position: absolute;
    top: -29.5vw;
    width: 36.38vw;
  }
  .p-top-menu__wrap {
    flex-direction: column-reverse;
    max-height: inherit;
  }
  .p-top-menu__read {
    padding: 4rem 0 5rem;
    width: 100%;
  }
  .p-top-menu__read::before {
    background: url(../images/top/menu_back_sp.webp) repeat-y top center/cover;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top-menu__read-wrap {
    margin: 0 auto;
    max-width: 66rem;
  }
  .p-top-menu__img {
    margin: 0 calc(50% - 50vw);
  }
  .p-top-menu__title {
    font-size: 2.2rem;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
  }
  .p-top-menu__title::before {
    bottom: 0.5rem;
    font-size: 9rem;
    left: 50%;
    letter-spacing: 0;
    transform: translate(-50%, 0);
  }
  .p-top-menu__text {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    line-height: 1.6;
    position: relative;
    z-index: 1;
  }
  .p-top-menu__text span {
    letter-spacing: -0.05em;
  }
  .p-top-menu__btn {
    margin: 2.7rem auto 0;
  }
  .p-top-monitor {
    margin-top: -0.5rem;
    padding: 0.5rem 0 4.4rem;
  }
  .p-top-blog {
    padding: 4rem 0 4.7rem;
  }
  .p-top-blog .p-top-blog__slider {
    position: relative;
  }
  .p-top-blog .swiper-button-prev,
  .p-top-blog .swiper-button-next {
    background: none;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 45vw;
    width: 17px;
    z-index: 10;
  }
  .p-top-blog .swiper-button-prev {
    transform: rotate(-45deg);
  }
  .p-top-blog .swiper-button-next {
    transform: rotate(135deg);
  }
  .p-top-blog__body {
    margin-top: 1.5rem;
  }
  .p-top-blog__list {
    gap: 4rem;
  }
  .p-top-blog__item-img {
    width: 100%;
  }
  .p-top-blog__item {
    display: block;
  }
  .p-top-blog__item-stl {
    font-size: 1.8rem;
    line-height: 1.38;
  }
  .p-top-blog__item-time {
    font-size: 1.4rem;
  }
  .p-top-blog__item-btn {
    margin-top: 3rem;
  }
  .p-top-blog__btn {
    margin-top: 5rem;
  }
  .u-pc {
    display: none;
  }
  .u-tab {
    display: block;
  }
  .u-psp {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 927px) and (max-width: 927px){
  .l-campaign__text span {
    margin-bottom: 0.4em;
  }
}

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

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-footer__info-table th {
    border-bottom: 2px solid #fff;
    height: 4rem;
  }
  .l-footer__info-table th:not(:first-child) {
    width: 10%;
  }
  .l-footer__info-table th:first-child {
    letter-spacing: 0.05em;
  }
  .l-footer__info-table td {
    height: 6.5rem;
  }
  .c-problem--center .c-problem__bottom-note {
    justify-self: center;
  }
  #sec03 .p-menu__course-grid:nth-child(4) {
    margin-top: 9rem;
  }
  #sec03 .p-menu__course-grid:nth-child(5) {
    margin-top: 8rem;
  }
  #sec07 .p-menu__course-text {
    text-align: center;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-reviews-container-wrapper {
    flex-wrap: wrap;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-review-item {
    left: 0 !important;
  }
  .p-top-voice__body .ti-review-item:nth-child(n+7) {
    display: none;
  }
  .p-top-voice__body .ti-column:nth-child(n+7) {
    display: none;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  html {
    font-size: 62.5%;
  }
  .l-campaign__text--02 {
    text-align: left;
  }
  .l-footer__info-gmap {
    min-width: inherit;
  }
  .l-footer__info-address {
    align-items: stretch;
  }
  .l-footer__info-table thead td,
  .l-footer__info-table thead th {
    border-bottom: 2px solid #fff;
  }
  .l-footer__info-table td,
  .l-footer__info-table th {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .l-footer__info-table tbody th {
    height: 3.5rem;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .p-course-lead__head-msg {
    text-align: left;
  }
  .p-page {
    padding: 14rem 0;
  }
  .p-page__title {
    font-size: 3.2rem;
  }
  .p-page__msg {
    font-size: 1.6rem;
  }
  .p-top-mv {
    height: calc(var(--vh, 1vh) * 100 - var(--header_height) - var(--fixed-btn));
    max-height: inherit;
  }
  .p-top-about__body::before {
    display: none;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-review-item {
    padding: 5px 35px !important;
  }
  .p-top-voice__body .ti-widget.ti-goog .ti-controls {
    display: block !important;
  }
  .p-top-blog__list {
    display: block;
    gap: 0;
  }
  .p-top-blog__item-link {
    display: block;
    margin: 0 auto;
    width: 81%;
  }
  .p-top-blog__item-read {
    margin: 1rem -3rem 0;
  }
  .p-top-blog__item-btn {
    display: none;
  }
  .p-top-blog__btn {
    margin-top: 3rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .u-psp {
    display: block;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
  .p-course-lead__menu-link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-course-lead__menu-link:hover {
    opacity: 0.9;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
