@charset "UTF-8";
/* リセットCSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* 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;
}

/* 追加のリセット */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  border: none;
  background-color: transparent;
}

button,
[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;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

input,
textarea {
  outline: none;
  border: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.54;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::placeholder {
  color: inherit;
  opacity: 0.54;
}

:root {
  --mn: calc(100vw / 750);
}

.n-serif {
  font-family: "Noto Serif JP", serif;
}

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

.garamond {
  font-family: garamond-premier-pro, serif;
}

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

a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

.purple {
  color: #854b92;
}

section {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 750px) {
  section {
    max-width: 87%;
  }
}

.triangle {
  position: relative;
  z-index: 10;
}
@media (max-width: 750px) {
  .triangle {
    width: 46.1333333333vw;
    margin: 0 auto;
  }
}

.back {
  display: block;
  position: absolute;
  top: -210px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 1920px;
  height: 831px;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 750px) {
  .back {
    width: 100%;
    height: auto;
    top: -50px;
  }
}

.title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 23px;
  color: #232323;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .title {
    font-size: 8.5333333333vw;
    margin-bottom: 0;
  }
}

.subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #151515;
  margin-top: 29px;
  margin-bottom: 46px;
  letter-spacing: -0.12em;
}
@media (max-width: 750px) {
  .subtitle {
    font-size: 4.6666666667vw;
    margin-top: 23px;
  }
}

#autozip {
  display: none !important;
}

:focus-visible {
  outline: none;
}

/* General */
html {
  overflow-y: scroll;
}

html.drawer--open {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 20px;
  background-color: #fff;
  z-index: 99999;
}

.header__logo {
  display: flex;
  align-items: center;
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #151515;
}
.header__logo img {
  margin-right: 44px;
}
.header__logo > a img {
  width: clamp(120px, 13vw, 226px);
}
@media screen and (max-width: 1300px) {
  .header__logo {
    font-size: 20px;
  }
  .header__logo img {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .header__logo > a img {
    width: 226px;
  }
}
@media (max-width: 750px) {
  .header__logo {
    font-size: 3.2vw;
  }
  .header__logo > a img {
    width: 30.1333333333vw;
  }
}

.header__button {
  position: absolute;
  right: 38px;
  top: 28px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .header__button {
    box-sizing: content-box;
    min-width: 20px;
    width: 4.5333333333vw;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}

.header__nav-list {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-right: 88px;
  width: clamp(320px, 30vw, 460px);
}
/* .header__logo-caption {
  display: none;
} */
@media (max-width: 1023px) {
  .header__nav-list {
    display: none;
  }
  .header__logo-caption {
    display: block;
  }
}

.header__nav-item:not(:last-child) {
  margin-right: 16px;
}

.drawer {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer__nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 530px;
}
@media (max-width: 750px) {
  .drawer__nav {
    width: 100vw;
  }
}

.drawer__nav--scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.drawer__button {
  position: absolute;
  top: 27px;
  right: 36px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .drawer__button {
    box-sizing: content-box;
    min-width: 20px;
    width: 4.5333333333vw;
    right: 6.4vw;
    top: 6.4vw;
  }
}

.drawer__nav-list {
  margin: 94px 76px;
}
@media (max-width: 750px) {
  .drawer__nav-list {
    margin: 20vw 6.6666666667vw;
  }
}

.drawer__nav-item {
  border-bottom: 1px solid #dbc5d9;
}

.drawer__nav-link {
  display: block;
  font-size: 18px;
  padding: 26px 0;
  color: #232323;
  text-decoration: none;
}
@media (max-width: 750px) {
  .drawer__nav-link {
    font-size: 4.1333333333vw;
    padding: 4vw 0;
    white-space: nowrap;
  }
}

.drawer[aria-expanded] {
  transition-property: visibility;
  transition-duration: 0.3s;
}

.drawer[aria-expanded] .drawer__backdrop {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.drawer[aria-expanded] .drawer__nav {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.drawer[aria-expanded=true] {
  visibility: visible;
  transition-duration: 0s;
}

.drawer[aria-expanded=true] .drawer__backdrop {
  opacity: 1;
}

.drawer[aria-expanded=true] .drawer__nav {
  transform: translateX(0);
}

.drawer[aria-expanded=false] {
  visibility: hidden;
}

.drawer[aria-expanded=false] .drawer__backdrop {
  opacity: 0;
}

.drawer[aria-expanded=false] .drawer__nav {
  transform: translateX(100%);
}

.hero {
  margin: 0 auto 0;
  text-align: center;
  color: #232323;
  position: relative;
  z-index: 99;
}
/* @media (max-width: 750px) {
  .hero {
    margin-top: 18vw;
  }
} */

.hero__mv-image {
  display: block;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: none;
  height: auto;
}

.hero__subtitle {
  font-weight: 700;
}

h2.hero__subtitle {
  margin-top: 78px;
  font-size: 31px;
}
@media (max-width: 750px) {
  h2.hero__subtitle {
    font-size: 4.4vw;
    white-space: nowrap;
    margin-top: 40px;
  }
}

h3.hero__subtitle {
  margin-top: 35px;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  h3.hero__subtitle {
    margin-top: 22px;
    margin-bottom: 30px;
    font-size: 6vw;
  }
}

.hero__image {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .hero__image {
    margin: 28px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.hero__footer-text {
  margin-top: 47px;
  font-size: 22px;
  line-height: 1.7;
  color: #232323;
}
@media (max-width: 750px) {
  .hero__footer-text {
    margin-top: 33px;
    font-size: 4.4vw;
  }
}

.about {
  text-align: center;
  padding: 50px 20px;
  margin: 20px auto 166px;
}
@media (max-width: 750px) {
  .about {
    padding: 48px 0;
    max-width: 86%;
    margin-bottom: 70px;
  }
  .about h3.subtitle {
    white-space: nowrap;
  }
}

.about__title {
  font-size: 34px;
  text-align: left;
  padding: 10px 50px;
  color: #151515;
  background-color: #f2f2f2;
  border-left: 6px solid #272727;
}
@media (max-width: 750px) {
  .about__title {
    font-size: 4.5333333333vw;
    padding: 11px 6.2666666667vw;
  }
}

.features {
  display: flex;
  justify-content: space-around;
  margin-top: 52px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .features {
    display: block;
    margin-top: 36px;
  }
}

.features__item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.features__icon {
  position: relative;
  flex-shrink: 0;
  width: 20.2666666667vw;
  margin-right: 18px;
}

.features__icon img {
  width: 100%;
  height: auto;
}

.features__text p {
  margin: 0;
  text-align: left;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .curriculum-map {
    max-width: 100%;
  }
}

.curriculum-map__content {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  margin-top: 46px;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .curriculum-map__content {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}

.curriculum-map__image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 750px) {
  .curriculum-map__image {
    width: 33%;
  }
}

.curriculum-map__details {
  width: 50%;
  background-color: #f0ebf1;
  text-align: left;
  padding: 65px 50px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .curriculum-map__details {
    width: 67%;
    padding: 0;
    position: relative;
  }
}

.curriculum-map__details-title {
  font-size: 35px;
  font-weight: 600;
  color: #151515;
  border-bottom: 1px dashed #767676;
  padding-bottom: 26px;
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  .curriculum-map__details-title {
    border-bottom: none;
    font-size: 5.3333333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }
}

.curriculum-map__details-lists {
  display: flex;
}
@media (max-width: 750px) {
  .curriculum-map__details-lists.sp {
    display: flex;
    margin-bottom: 35px;
  }
}

.curriculum-map__details-list {
  padding: 0;
  margin-right: 65px;
}
.curriculum-map__details-list:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .curriculum-map__details-list {
    margin-right: 8.9333333333vw;
  }
}

.curriculum-map__details-list-item {
  font-size: 22px;
  color: #5a5a5a;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 12px;
}
.curriculum-map__details-list-item::before {
  content: "・";
  font-size: 50px;
  font-weight: 900;
  position: absolute;
  left: -24px;
  top: -15px;
  color: #854b92;
}
@media (max-width: 750px) {
  .curriculum-map__details-list-item {
    font-size: 4.4vw;
  }
  .curriculum-map__details-list-item::before {
    font-size: 14vw;
    line-height: 0;
    top: 0.1em;
    left: -0.6em;
  }
}

.curriculum-map__table-wrapper {
  overflow-x: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
  /* WebKitブラウザ用のカスタムスクロールバー */
}
.curriculum-map__table-wrapper::-webkit-scrollbar {
  height: 12px;
  /* 横スクロールバーの高さ */
}
.curriculum-map__table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
  /* スクロールバーの背景 */
}
.curriculum-map__table-wrapper::-webkit-scrollbar-thumb {
  background: #a65fa2;
  /* スクロールバーのつまみ */
  border-radius: 6px;
  /* つまみの角の丸み */
  cursor: pointer;
}
.curriculum-map__table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #cb61c6;
  /* つまみにマウスを乗せたときの色 */
}

/* Firefox用のカスタムスクロールバー */
@-moz-document url-prefix() {
  .curriculum-map__table-wrapper {
    scrollbar-color: #a65fa2 #f1f1f1;
    /* つまみと背景の色 */
  }
}
/* IE、Edge用のカスタムスクロールバー（古いバージョンのみ対応） */
.curriculum-map__table-wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* 自動的に隠れるスクロールバー */
}

.curriculum-map__table {
  width: 1200px;
  margin-left: -6px;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.curriculum-map__table-header {
  background-color: #945f9e;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.curriculum-map__table-data {
  font-size: 15px;
  background-color: #f2f2f2;
  text-align: left;
  padding: 16px;
}
.curriculum-map__table-data ul {
  list-style-type: initial;
  margin-left: 20px;
}

.curriculum-map__table-data:nth-child(1) {
  font-size: 18px;
  background-color: #4a444d;
  color: #fff;
  padding: 18px;
  box-sizing: border-box;
}
.curriculum-map__table-data:nth-child(1) span {
  display: inline-flex;
}

.curriculum-map__table-header,
.curriculum-map__table-data {
  border: 6px solid #fff;
  vertical-align: top;
  width: 206px;
}

.curriculum-map__table-header:nth-child(5),
.curriculum-map__table-data:nth-child(5),
.curriculum-map__table-header:nth-child(6),
.curriculum-map__table-data:nth-child(6) {
  width: 154px;
}

.curriculum-map__caption {
  text-align: left;
  margin-top: 30px;
  color: #5a5a5a;
}
@media (max-width: 750px) {
  .curriculum-map__caption {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.recommend {
  text-align: center;
  margin-top: 84px;
  position: relative;
  max-width: 100%;
  overflow-x: clip;
}

.recommend__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media (max-width: 750px) {
  .recommend__content {
    width: 86%;
    margin-bottom: 0;
  }
}

.recommend__items {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .recommend__items {
    margin-bottom: 25px;
  }
}

.courses {
  background-color: #f8f8f8;
  max-width: none;
}
@media (max-width: 750px) {
  .courses {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  .courses:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #f0ebf1;
    z-index: -1;
  }
}
.courses .subtitle {
  font-size: 38px;
  letter-spacing: normal;
}
@media (max-width: 750px) {
  .courses .subtitle {
    line-height: 1.5;
    font-size: 6vw;
    margin-top: 0;
    margin-bottom: 35px;
  }
}
.courses .triangle img {
  position: relative;
  top: -40px;
}

.courses__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media (max-width: 750px) {
  .courses__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 86%;
    margin-bottom: 0;
  }
}

.courses__item {
  background-color: #fff;
  padding: 17px 54px;
  border-top: 2px solid #945f9e;
  border-bottom: 2px solid #945f9e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .courses__item {
    justify-content: start;
    padding: 28px 5.6vw;
    height: auto;
  }
}

.courses__item--last {
  grid-column: 1/-1;
  padding-left: 52px;
  padding-right: 52px;
  height: auto;
}
@media (max-width: 750px) {
  .courses__item--last {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}

.courses__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #232323;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .courses__item-name {
    text-align: left;
    word-break: initial;
    font-size: 4.2666666667vw;
  }
}

.courses__item--highlighted {
  border-color: #6a1b9a;
}

.cta {
  background-color: #f0ebf1;
  padding: 78px 0;
  max-width: none;
}
@media (max-width: 750px) {
  .cta {
    padding: 46px 0;
  }
}

.cta-buttons {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cta-buttons:last-child {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .cta-buttons:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .cta-buttons {
    flex-direction: column;
    gap: 20px;
    width: 86%;
  }
}

.cta-button__icon {
  margin-left: 10px;
}

.school-details {
  text-align: center;
  position: relative;
  max-width: 100%;
  overflow-x: clip;
}
.school-details::before {
  content: "";
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background-color: #f0ebf1;
  z-index: 10;
}

.school-details__content {
  position: relative;
  z-index: 20;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .school-details__content {
    width: 86%;
  }
}

.school-details__title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.school-details__course-info {
  text-align: left;
  margin-bottom: 34px;
}
.school-details__course-info.first {
  border: 10px solid;
  border-image: linear-gradient(to right, #D592B5, #793B86) 1;
  padding: 2px;
}
.school-details__recommend {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 16px 40px;
  font-weight: 700;
  background-color: #793B86;
  margin-bottom: 18px;
  position: relative;
  border-radius: 20px;
}
.school-details__recommend:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #793B86;
}
@media (max-width: 750px) {
  .school-details__course-info {
    background-color: #fff;
  }
  .school-details__course-info.first {
    border: 6px solid;
    border-image: linear-gradient(to right, #D592B5, #793B86) 1;
  }
  .school-details__recommend {
    font-size: 4vw;
    padding: 4vw 8vw;
    margin-bottom: 20px;
    border-radius: 2.6666666667vw;
  }
}

.school-details__course-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.school-details__course-header:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .school-details__course-header:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .school-details__course-header {
    opacity: 1;
    align-items: center;
  }
}

.school-details__course-image {
  object-fit: cover;
  width: 50%;
  height: auto;
}
@media (max-width: 750px) {
  .school-details__course-image {
    width: 30%;
  }
}

.school-details__course-summary {
  width: 50%;
  background-color: #fff;
  padding: 34px 60px 80px;
}
@media (max-width: 750px) {
  .school-details__course-summary {
    width: 70%;
    padding: 0;
    position: relative;
    padding-left: 4.5333333333vw;
  }
}

.school-details__course-subtitle {
  font-size: 44px;
  font-weight: 600;
  color: #151515;
  border-bottom: 1px dashed #767676;
  padding-bottom: 26px;
  margin-top: 25px;
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3;
}
.school-details__course-subtitle .school-details__course-subtitle-count {
  border: 1px solid #313334;
  padding: 7px 15px;
  font-size: 27px;
  margin-left: 14px;
  display: inline-block;
}
@media (max-width: 750px) {
  .school-details__course-subtitle .school-details__course-subtitle-count {
    font-size: 3.6vw;
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
    top: 5px;
  }
  .school-details__course-subtitle .school-details__course-subtitle-count.long {
    margin-left: 0;
  }
}
.school-details__course-subtitle .school-details__course-subtitle-wrap {
  font-size: inherit;
  width: 100%;
  border: none;
  margin-left: 0;
  padding: 0;
}
.school-details__course-subtitle .school-details__course-subtitle-caption {
  border: none;
  padding: 0;
  margin-left: 0;
  font-size: 27px;
  margin-top: 7px;
}
@media (max-width: 750px) {
  .school-details__course-subtitle .school-details__course-subtitle-caption {
    font-size: 3.6vw;
  }
}
@media (max-width: 750px) {
  .school-details__course-subtitle {
    margin-top: 18px;
    font-size: 5.3333333333vw;
  }
}

.school-details__course-text {
  font-size: 22px;
  color: #5a5a5a;
  display: flex;
  align-items: start;
  margin-bottom: 4px;
}
.school-details__course-text img {
  position: relative;
  top: 5px;
  margin-right: 23px;
}
@media (max-width: 750px) {
  .school-details__course-text img {
    top: 0;
    vertical-align: text-top;
  }
}
.school-details__course-text span {
  line-height: 1.5;
}
.school-details__course-text:first-child {
  display: inline-block;
  background-color: #232323;
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
}
@media (max-width: 750px) {
  .school-details__course-text:first-child {
    font-size: 2.6666666667vw;
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .school-details__course-text.sp {
    display: flex;
    justify-content: start;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    align-items: center;
  }
  .school-details__course-text.sp span {
    position: relative;
    top: -3px;
    font-size: 4.2666666667vw;
  }
  .school-details__course-text.sp:nth-of-type(2) {
    margin-top: 0;
  }
}

.school-details__course-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
@media (max-width: 750px) {
  .school-details__course-btn {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.school-details__course-details {
  display: none;
  display: block;
  background-color: #fff;
  padding: 56px;
  margin-top: -20px;
  margin-bottom: 34px;
  text-align: center;
}
@media (max-width: 750px) {
  .school-details__course-details {
    padding: 28px 4.5333333333vw;
  }
}

.school-details__course-details section {
  margin-bottom: 20px;
}

.school-details__section-title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .school-details__section-title {
    font-size: 4.8vw;
    line-height: 7vw;
  }
}
.school-details__section-title img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .school-details__section-title img {
    width: 40%;
  }
}

.school-details__section-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #151515;
  background-color: #f0ebf1;
  border-bottom: 4px solid #854b92;
  padding: 20px 0;
  margin-top: 30px;
  margin-bottom: 33px;
}
@media (max-width: 750px) {
  .school-details__section-subtitle {
    font-size: 4vw;
    margin-top: 4.6666666667vw;
    margin-bottom: 4vw;
  }
}
.school-details__section-cancellation .school-details__section-subtitle {
  background-color: initial;
  border-bottom: none;
  margin-top: 0;
  padding: 0;
}

.school-details__section-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.school-details__section-cancellation .school-details__section-text {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .school-details__section-text {
    font-size: 3.8666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}

.school-details__section-cancellation {
  background-color: #f4f4f4;
  padding: 38px 56px;
}
@media (max-width: 750px) {
  .school-details__section-cancellation {
    margin-top: 33px;
    padding: 22px 6vw;
  }
}

.school-details__course-footbtn {
  margin-top: 45px;
}
@media (max-width: 750px) {
  .school-details__course-footbtn {
    margin-top: 25px;
  }
}

.voice {
  text-align: center;
  margin: 278px auto 133px;
}
@media (max-width: 750px) {
  .voice {
    margin-top: 160px;
    margin-bottom: 66px;
  }
}

.testimonial {
  background-color: #e4e4e4;
  padding: 40px 0 20px;
  border-radius: 102px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .testimonial {
    padding: 23px 0 13px;
    position: relative;
  }
}

.testimonial__quote {
  position: relative;
  display: inline-block;
  margin-left: 150px;
  margin-right: 150px;
}
@media (max-width: 750px) {
  .testimonial__quote {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial__quote-icon {
  font-size: 106px;
  color: #8a5296;
  display: inline-block;
  position: absolute;
  height: 45px;
}
@media (max-width: 750px) {
  .testimonial__quote-icon {
    font-size: 14.1333333333vw;
    height: 0;
  }
}

.testimonial__quote-icon-1 {
  margin-right: 10px;
  right: 100%;
  top: 0;
}
@media (max-width: 750px) {
  .testimonial__quote-icon-1 {
    right: initial;
    left: 5%;
  }
}

.testimonial__quote-icon-2 {
  left: 100%;
  bottom: 0;
}
@media (max-width: 750px) {
  .testimonial__quote-icon-2 {
    left: initial;
    right: 5%;
    bottom: 30px;
  }
}

.testimonial__text {
  display: inline-block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 750px) {
  .testimonial__text {
    font-size: 4.1333333333vw;
  }
}

.testimonial__highlight {
  color: #8a5296;
  font-weight: bold;
}

.testimonial__author {
  margin-top: 24px;
  font-size: 22px;
  color: #5a5a5a;
  border: 1px solid #8a5296;
  background-color: #fff;
  padding: 6px 36px;
  border-radius: 16.5px;
  display: inline-block;
}
@media (max-width: 750px) {
  .testimonial__author {
    margin-top: 12px;
    font-size: 2.9333333333vw;
  }
}

.faq {
  text-align: center;
  margin: 0 auto 175px;
}
@media (max-width: 750px) {
  .faq {
    margin-bottom: 100px;
  }
}

.faq__item {
  text-align: left;
  margin-bottom: 25px;
}

.faq__question {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
}
@media (max-width: 750px) {
  .faq__question {
    font-size: 4.1333333333vw;
  }
}

.faq__question-title {
  margin: 0;
  color: #fff;
  background-color: #343235;
  padding: 26px 38px;
}
@media (max-width: 750px) {
  .faq__question-title {
    line-height: 1.4;
    padding: 12px 5.0666666667vw;
  }
}

.faq__answer {
  padding: 10px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  padding: 37px 33px 30px;
  color: #343235;
  background-color: #f4f4f4;
}
@media (max-width: 750px) {
  .faq__answer {
    font-size: 3.4666666667vw;
    padding: 16px 4.4vw;
  }
}

.faq__answer-text {
  margin: 0;
}

.contact {
  text-align: center;
  padding-top: 154px;
  padding-bottom: 56px;
  margin: 0 auto 0;
  max-width: 100%;
  background-color: #f0ebf1;
}
@media (max-width: 750px) {
  .contact {
    padding-top: 48px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .contact__head {
    width: 87%;
    margin: 0 auto;
  }
}

.contact__content {
  max-width: 1200px;
  margin: 0 auto;
}

.contact__options {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.contact__option {
  display: flex;
  flex: 1;
  position: relative;
}

.contact__link {
  color: white;
  background-color: #939393;
  text-decoration: none;
  font-size: 22px;
  display: block;
  padding: 38px 0;
  width: 100%;
  box-sizing: border-box;
}
.contact__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.contact__link:hover {
  background-color: #fff;
  color: #000;
}
.contact__link:hover::after {
  background: linear-gradient(90deg, #7e328d 0%, #ee87b5 100%);
}
@media (max-width: 750px) {
  .contact__link {
    font-size: 4vw;
    padding: 16px 8vw;
    /* color: #000; */
    /* background-color: #fff; */
    border-bottom-width: 3px;
    border-style: solid;
    /* border-image-source: linear-gradient(90deg, #7e328d 0%, #ee87b5 100%); */
    border-image-slice: 1;
  }
}

.wpcf7-form {
  max-width: 1200px;
  margin: 0 auto 38px;
  background-color: #fff;
  padding-bottom: 74px;
}
@media (max-width: 750px) {
  .wpcf7-form {
    width: 87%;
    padding-bottom: 40px;
  }
}
.wpcf7-form .contact-form__title {
  text-align: center;
  font-size: 38px;
  padding-top: 56px;
}
@media (max-width: 750px) {
  .wpcf7-form .contact-form__title {
    font-size: 5.4666666667vw;
    padding-top: 26px;
  }
}
.wpcf7-form .contact-form__title::after {
  content: "";
  display: block;
  width: 91px;
  height: 8px;
  background-color: #9b519a;
  margin: 30px auto 40px;
}
@media (max-width: 750px) {
  .wpcf7-form .contact-form__title::after {
    width: 46px;
    height: 4px;
    margin: 14px auto 22px;
  }
}

.wpcf7-form__inner {
  max-width: 1042px;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .wpcf7-form__inner {
    padding: 0 6.9333333333vw;
    line-height: 1.5;
    font-size: 4vw;
  }
}

.wpcf7-form label,
.wpcf7-form .form-addressee__check,
.wpcf7-form .form-privacy__check,
.consultation-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .wpcf7-form label,
  .wpcf7-form .form-addressee__check,
  .wpcf7-form .form-privacy__check,
  .consultation-checkbox {
    flex-direction: column;
    gap: 12px;
    align-items: normal;
  }
}

.consultation-checkbox {
  align-items: flex-start;
}
@media (max-width: 750px) {
  .consultation-checkbox .wpcf7-list-item {
    display: block;
  }
  .consultation-checkbox label {
    display: inline-block;
  }
}

.wpcf7-form .form-privacy__check {
  align-items: flex-start;
}

.wpcf7-form .form-text {
  text-align: left;
  width: 235px;
}
@media (max-width: 750px) {
  .wpcf7-form .form-text {
    width: 100%;
  }
  .wpcf7-form .form-text.experience-year {
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}

.wpcf7-form .wpcf7-form-control-wrap,
.form-tel__caption-input,
.form-addressee__check-right,
.form-privacy__check-right {
  flex: 1;
}

.form-privacy__check-right .privacy-button {
  color: #4058d3;
  text-decoration: none;
  border-bottom: 1px solid #4058d3;
  padding: 0;
  line-height: 1.5;
}

.wpcf7-form .form-privacy__check-right .required-color {
  margin-left: -5px;
  margin-right: -5px;
}

.form-tel__caption-input {
  display: flex;
  flex-direction: column;
}
.form-tel__caption-input span {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .form-tel__caption-input {
    margin-top: -10px;
    font-size: 2.9333333333vw;
    white-space: nowrap;
  }
  .form-tel__caption-input span {
    font-size: 4vw;
  }
}

.form-addressee__check-other {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .form-addressee__check-other {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.wpcf7-form .form-zip-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .wpcf7-form .form-zip-wrap {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 0;
  }
}
.wpcf7-form .form-zip-wrap .form-zip-input {
  display: flex;
}
@media (max-width: 750px) {
  .wpcf7-form .form-zip-wrap .form-zip-input {
    align-items: center;
  }
}
@media (max-width: 750px) {
  .wpcf7-form .form-zip-wrap .wpcf7-form-control-wrap {
    flex: initial;
  }
}

.wpcf7-form input[type=text].p-postal-code {
  width: 255px;
  margin-right: 18px;
}
@media (max-width: 750px) {
  .wpcf7-form input[type=text].p-postal-code {
    width: 34vw;
    margin-right: 0;
  }
}

.wpcf7-form button.postal-search {
  padding: 13px 36px;
  background-color: #b0509e;
  color: #fff;
  border: none;
  border-radius: 23px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .wpcf7-form button.postal-search {
    padding: 10px 3.4666666667vw;
    margin-left: 2.4vw;
    font-size: 3.3333333333vw;
  }
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #a0a0a0;
  background-color: #f6f6f6;
  width: 100%;
  max-width: 762px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 6px;
    line-height: 1.5;
  }
}

.wpcf7-form input[type=checkbox] {
  margin-right: 10px;
}

.wpcf7-form button.postal-search:hover {
  background-color: #732d91;
}

.wpcf7-form .required-color {
  color: red;
  margin-left: 5px;
}
@media (max-width: 750px) {
  .wpcf7-form .required-color {
    margin-left: 0;
  }
}

.wpcf7-form .form-submit {
  display: block;
  width: 571px;
  margin: 46px auto 0;
}
@media (max-width: 750px) {
  .wpcf7-form .form-submit {
    width: 100%;
  }
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 20px;
  color: #f00;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.corporate-consultation {
  font-size: 20px;
  margin-top: 70px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .corporate-consultation {
    font-size: 100%;
    margin-top: 40px;
    margin-bottom: 28px;
  }
}
.corporate-consultation:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
  border: 5px solid #9b519a;
}

.select-box-course-alert {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.contact-confirm {
  margin: 110px auto 0;
}
@media (max-width: 750px) {
  .contact-confirm {
    margin-top: 18vw;
  }
}

.confirmation {
  text-align: center;
}

.confirmation__title {
  font-size: 32px;
  margin: 0 calc(50% - 50vw);
  padding-top: 56px;
  padding-bottom: 55px;
  text-align: center;
  background-color: #ebe7ed;
}
@media (max-width: 750px) {
  .confirmation__title {
    background-color: #fff;
    padding-bottom: 0;
  }
}

.confirmation__progress-bar {
  width: 50%;
  margin: 60px auto 53px;
}
@media (max-width: 750px) {
  .confirmation__progress-bar {
    width: 100%;
  }
}

.confirmation__text {
  color: #763280;
  font-size: 22px;
}

.contact-confirm .wpcf7-form {
  margin-top: 81px;
}
@media (max-width: 750px) {
  .contact-confirm .wpcf7-form {
    width: 100%;
  }
}
.contact-confirm .wpcf7-form__inner {
  max-width: 1200px;
}
@media (max-width: 750px) {
  .contact-confirm .wpcf7-form__inner {
    padding: 0;
  }
}
.contact-confirm .wpcf7-form__inner p {
  border-bottom: 1px solid #ebe7ed;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contact-confirm .wpcf7-form__inner label,
.contact-confirm .wpcf7-form__inner .form-zip-wrap {
  margin-bottom: 0;
  justify-content: start;
}
.contact-confirm .wpcf7-form__inner .form-text {
  max-width: 342px;
  width: 60%;
  margin-right: 18%;
}
.contact-confirm .wpcf7-form__inner .confirm-last-check {
  border-bottom: none;
  text-align: center;
}
@media (max-width: 750px) {
  .contact-confirm .wpcf7-form__inner .confirm-last-check {
    text-align: left;
  }
}
.contact-confirm .wpcf7-form__inner .confirm-button-wrap p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 701px;
  margin: 0 auto;
  border-bottom: none;
}
@media (max-width: 750px) {
  .contact-confirm .wpcf7-form__inner .confirm-button-wrap p {
    flex-direction: column;
    width: 89%;
  }
}
.contact-confirm .wpcf7-form__inner .confirm-button-wrap p input {
  width: 48%;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 750px) {
  .contact-confirm .wpcf7-form__inner .confirm-button-wrap p input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-thanks {
  margin: 110px auto 0;
}
@media (max-width: 750px) {
  .contact-thanks {
    margin-top: 18vw;
  }
}
.contact-thanks .confirmation__message {
  text-align: center;
  margin-top: 113px;
  margin-bottom: 113px;
  line-height: 2;
}
@media (max-width: 750px) {
  .contact-thanks .confirmation__message {
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.contact-thanks .confirmation__button {
  display: inline-block;
  width: 32%;
  margin-bottom: 87px;
}
@media (max-width: 750px) {
  .contact-thanks .confirmation__button {
    width: 80%;
    margin-bottom: 60px;
  }
}

.myModal {
  box-sizing: border-box;
  width: calc(100vw - 32px);
  max-width: 950px;
  padding: 16px;
  border: 0;
  transition: opacity 0.5s, transform 0.5s;
  border: 3px solid #7e318e;
  line-height: 1.6;
}

.myModal::backdrop {
  opacity: 0.7;
  background: #fff;
  transition: opacity 0.5s;
}

.myModal.-closing {
  opacity: 0;
  transform: scale(0.9);
}

.myModal.-closing::backdrop {
  opacity: 0;
}

.entry_form_pp_ttl {
  margin-bottom: 1em;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

.entry_form_pp_lead {
  width: fit-content;
  margin: 0 auto 2em;
}

.entry_form_pp_ttl2 {
  margin-top: 2em;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #ede7ef;
  font-weight: normal;
}

.modal_close {
  cursor: pointer;
  display: block;
  width: 200px;
  margin: 2em auto 0;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background-color: #7e318e;
  border-radius: 100px;
}

button[type=button] {
  cursor: pointer;
}

.footer {
  background-color: #4b4b4b;
  color: #fff;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .footer {
    line-height: 1.3;
    padding: 25px 6.6666666667vw;
  }
}

.footer__content,
.footer__another {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  border-bottom: 1px solid #666;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .footer__content,
  .footer__another {
    flex-direction: column;
    width: 100%;
    margin: 0;
    border-bottom: none;
  }
}

.footer__another {
  border-bottom: none;
}
@media (max-width: 750px) {
  .footer__another {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.footer__info,
.footer__address {
  flex: 1;
}

.footer__company {
  font-size: 16px;
}
@media (max-width: 750px) {
  .footer__company {
    font-size: 3.7333333333vw;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #777677;
  }
}

.footer__copyright {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .footer__copyright {
    color: #a9a8aa;
    font-size: 2.2666666667vw;
  }
}

.footer__address {
  text-align: right;
}
@media (max-width: 750px) {
  .footer__address {
    text-align: left;
    position: relative;
    font-size: 3.2vw;
  }
  .footer__address img {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    width: 3%;
  }
}

.footer__address p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .footer__address p {
    margin-left: 1em;
  }
}

.footer__icon {
  margin-right: 5px;
}
@media (max-width: 750px) {
  .footer__icon {
    margin-right: 0;
  }
}

.footer__policy {
  margin-left: 10px;
}
.footer__policy button {
  color: #fff;
}
@media (max-width: 750px) {
  .footer__policy {
    margin-left: 0;
    display: block;
    font-size: 3.6vw;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}


/* ---------------------------------------------------------------------------
//  2024/10/11 追記
--------------------------------------------------------------------------- */
.contact__form{
  display: none;
}

.contact__form.js-show{
  display: block;
}

.contact__link.js-show {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}
.contact__link.js-show::after {
  background: linear-gradient(90deg, #7e328d 0%, #ee87b5 100%);
}
.seminar-fix-banner {
	width: clamp(300px, 30vw, 500px);
	/* margin-right: 20px; */
}
.seminar-fix-banner__link {
  display: block;
  background: linear-gradient(to top, #7e328d, #ee87b5);
  padding: 4px;
  border-radius: 100px;
  box-shadow: 4px 5px 3px rgba(133, 86, 107, 0.5);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.seminar-fix-banner__link:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(2px);
}
.seminar-fix-banner__link img {
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 6px 32px 10px;
  margin-right: 0;
  box-sizing: border-box;
}

@media (max-width: 1120px) {
	.seminar-fix-banner {
		width: 380px;
	}
}
@media (max-width: 1023px) {
	.seminar-fix-banner {
		display: none;
	}
}

.announcement-bar {
  position: relative;
  max-width: 1920px;
  margin: 120px auto 0;
}
@media (max-width: 750px) {
  .announcement-bar {
    margin-top: 18vw;
  }
}
.announcement-bar {
  width: 77%;
  max-width: 1478px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .announcement-bar {
    width: 100%;
  }
}
.announcement-bar img {
  width: 100%;
}
.announcement-bar-sp {
  display: none;
}
@media (max-width: 550px) {
  .announcement-bar-pc {
    display: none;
  }
  .announcement-bar-sp {
    width: 100%;
    display: block;
  }
}

.seminar-fix-banner-bottom {
  display: none;
}
@media (max-width: 1023px) {
  body:has(.contact__formWrap) footer {
    padding-bottom: calc(80 * 100vw / 1023 + 20px);
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .seminar-fix-banner_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .seminar-fix-banner_btn:hover {
    opacity: 1;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .pattern1 {
    display: none;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .pattern2 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .seminar-fix-banner_btn {
    width: 100%;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .pattern1 {
    display: block;
    width: 100%;
  }
  body:has(.contact__formWrap) .seminar-fix-banner-bottom .pattern2 {
    display: none;
  }
  body:has(.contact__formWrap) footer {
    padding-bottom: calc(120 * 100vw / 750 + 20px);
  }
}