@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-default: "Zen Kaku Gothic New", sans-serif;
  --font-alphabet: "Montserrat", sans-serif;
  --color-text: #333;
  --color-komazawa: #492D65;
  --color-red: #BB4B6C;
  --color-dark-brown: #231816;
  --color-yellow: #FCE631;
  --color-green: #3AAA8A;
  --color-brown: #80461B;
  --color-orange: #FF9429;
  --width-max-content: 1030px;
  --gradient-button: linear-gradient(135deg, #9f98f2 18%,#f59cab 68%,#f59cab 68%,#ff889b 100%);
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-medium {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #F7F3E9;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 15px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-default);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.9;
  background-image: url(../img/bg_main.jpg);
  background-position: top left;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

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

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 15%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 30px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .section-inner {
    width: 100%;
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
    padding: 70px 30px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #0C2343;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1080px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a[href^="tel:"]:not(.none-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-alphabet);
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"]:not(.none-icon) {
    display: inline-flex;
  }
}
a[href^="tel:"]:not(.none-icon):before {
  content: "TEL";
  display: block;
  width: 53px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-komazawa);
  font-size: 1rem;
  border-radius: 5px;
  line-height: 25px;
}
@media screen and (min-width: 768px), print {
  a[target^=_blank]:not(.none-icon), a[href^="mailto:"]:not(.none-icon), a.open-modal {
    position: relative;
    padding-right: 3.5em;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.column {
  flex-direction: column;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.flex.around {
  justify-content: space-around;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.sp-valid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid > * + * {
    margin-top: 0;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.row-gap0 {
  row-gap: 0px;
}

.column-gap0 {
  column-gap: 0px;
}

.gap5 {
  gap: 5px;
}

.row-gap5 {
  row-gap: 5px;
}

.column-gap5 {
  column-gap: 5px;
}

.gap10 {
  gap: 10px;
}

.row-gap10 {
  row-gap: 10px;
}

.column-gap10 {
  column-gap: 10px;
}

.gap15 {
  gap: 15px;
}

.row-gap15 {
  row-gap: 15px;
}

.column-gap15 {
  column-gap: 15px;
}

.gap20 {
  gap: 20px;
}

.row-gap20 {
  row-gap: 20px;
}

.column-gap20 {
  column-gap: 20px;
}

.gap25 {
  gap: 25px;
}

.row-gap25 {
  row-gap: 25px;
}

.column-gap25 {
  column-gap: 25px;
}

.gap30 {
  gap: 30px;
}

.row-gap30 {
  row-gap: 30px;
}

.column-gap30 {
  column-gap: 30px;
}

.gap35 {
  gap: 35px;
}

.row-gap35 {
  row-gap: 35px;
}

.column-gap35 {
  column-gap: 35px;
}

.gap40 {
  gap: 40px;
}

.row-gap40 {
  row-gap: 40px;
}

.column-gap40 {
  column-gap: 40px;
}

.gap45 {
  gap: 45px;
}

.row-gap45 {
  row-gap: 45px;
}

.column-gap45 {
  column-gap: 45px;
}

.gap50 {
  gap: 50px;
}

.row-gap50 {
  row-gap: 50px;
}

.column-gap50 {
  column-gap: 50px;
}

.gap55 {
  gap: 55px;
}

.row-gap55 {
  row-gap: 55px;
}

.column-gap55 {
  column-gap: 55px;
}

.gap60 {
  gap: 60px;
}

.row-gap60 {
  row-gap: 60px;
}

.column-gap60 {
  column-gap: 60px;
}

.gap65 {
  gap: 65px;
}

.row-gap65 {
  row-gap: 65px;
}

.column-gap65 {
  column-gap: 65px;
}

.gap70 {
  gap: 70px;
}

.row-gap70 {
  row-gap: 70px;
}

.column-gap70 {
  column-gap: 70px;
}

.gap75 {
  gap: 75px;
}

.row-gap75 {
  row-gap: 75px;
}

.column-gap75 {
  column-gap: 75px;
}

.gap80 {
  gap: 80px;
}

.row-gap80 {
  row-gap: 80px;
}

.column-gap80 {
  column-gap: 80px;
}

.gap85 {
  gap: 85px;
}

.row-gap85 {
  row-gap: 85px;
}

.column-gap85 {
  column-gap: 85px;
}

.gap90 {
  gap: 90px;
}

.row-gap90 {
  row-gap: 90px;
}

.column-gap90 {
  column-gap: 90px;
}

.gap95 {
  gap: 95px;
}

.row-gap95 {
  row-gap: 95px;
}

.column-gap95 {
  column-gap: 95px;
}

.gap100 {
  gap: 100px;
}

.row-gap100 {
  row-gap: 100px;
}

.column-gap100 {
  column-gap: 100px;
}

.fz0 {
  font-size: 0px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz-reset {
  font-size: 1rem !important;
}

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 70%, var(--color-marker) 40%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  25% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  35% {
    transform: translate(-8%, 0%) rotate(-8deg);
  }
  45% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  50% {
    transform: translate(8%, 0%) rotate(8deg);
  }
  60% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  65% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
#site-header {
  width: 100%;
  height: 87px;
  z-index: 200;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px), print {
  #site-header {
    height: 114px;
  }
}
@media screen and (min-width: 1080px) {
  #site-header {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .site-logo a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo a {
    gap: 25px;
  }
}
#site-header .site-logo img {
  width: 35.73333vw;
  max-width: 219px;
}
#site-header .site-logo span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #site-header .site-logo span {
    font-size: 12px;
  }
}
#site-header .site-logo span.en {
  font-family: var(--font-alphabet);
  color: var(--color-dark-brown);
}
@media screen and (min-width: 1080px) {
  #site-header .site-logo span.en {
    font-size: 1.0666667rem;
  }
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
  transition: all 0.6s;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    width: 530px;
    right: -530px;
    border-radius: 60px 0 0 0;
  }
}
#site-header .header-navigation .img {
  position: relative;
}
#site-header .header-navigation .img img {
  aspect-ratio: 375/216;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .img img {
    aspect-ratio: 530/267;
  }
}
#site-header .header-navigation .img .parts {
  bottom: 0;
  right: 0;
  transform: translate(40%, 40%);
}
#site-header .header-navigation.is-active {
  right: 0;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#site-header .header-navigation .logo {
  max-width: 194px;
  margin-bottom: 30px;
}
#site-header .header-navigation .navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
#site-header .primary-menu {
  position: relative;
  /*
  .parts {
  	&.illust09 {
  		left: 0;
  		bottom: 0;
  		transform: translate(-50%, 50%);
  		@include valiables_mixins.media(sp) {
  			transform: translate(-50%, 70%);
  		}
  	}
  	&.illust10 {
  		right: 0;
  		top: 0;
  		transform: translate(30%, -30%);
  	}
  	&.illust11 {
  		bottom: 0;
  		left: 0;
  		transform: translate(-150%, 25%);
  		@include valiables_mixins.media(sp) {
  			display: none;
  		}
  	}
  	&.illust12 {
  		top: 0;
  		right: 0;
  		transform: translate(120%, -70%);
  		@include valiables_mixins.media(sp) {
  			display: none;
  		}
  	}
  }
  	*/
}
#site-header .primary-menu ul {
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
}
#site-header .primary-menu ul li + li {
  margin-top: 1em;
}
#site-header .primary-menu ul li:nth-last-of-type(2) {
  margin-top: 2.2em;
}
#site-header .primary-menu ul li:last-child {
  margin-top: 0.6em;
}
#site-header .primary-menu ul li a:not(.btn) {
  display: flex;
  align-items: center;
  gap: 15px;
}
#site-header .primary-menu ul li a:not(.btn) .icon-sakura {
  fill: var(--color-komazawa);
  width: 16.31px;
  height: 15.92px;
}
#site-header .primary-menu ul li a:not(.btn) span {
  font-size: 16px;
  color: var(--color-komazawa);
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li a:not(.btn) span {
    font-size: 18px;
  }
}
#site-header .primary-menu ul li a.btn {
  max-width: initial;
  min-width: initial;
  width: 100%;
  justify-content: center;
  padding: 1.2em;
}
#site-header .primary-menu ul li a.btn.multi-lines {
  padding: 0.5em 1.2em;
}
@media screen and (min-width: 1080px) {
  #site-header .primary-menu ul li a.btn.multi-lines span {
    font-size: 18px !important;
  }
}
#site-header .primary-menu ul li a.btn.multi-lines span small {
  font-size: 0.44444444em;
}
#site-header .primary-menu ul li.current a:not(.btn) .icon-sakura {
  fill: var(--color-red);
}
#site-header .nav-toggle {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 102;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 80px;
    height: 80px;
    top: 19px;
    right: 50px;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 1080px) {
  #site-header .nav-toggle:hover {
    opacity: 0.8;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 1.8px #2E2E2E;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span {
    width: 28px;
  }
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -3px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(1) {
    transform: translate(-50%, -4px);
  }
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 3px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(2) {
    transform: translate(-50%, 4px);
  }
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-20deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(20deg);
}

#admission #site-header,
#campuslife #site-header {
  position: relative;
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  background-color: rgba(41, 35, 27, 0.5);
  top: 0;
  left: 0;
  display: none;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    bottom: auto;
    top: 15px;
    right: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu ul {
    width: 100%;
  }
}
.floating-menu ul li {
  margin-top: 0;
}
.floating-menu .btn {
  min-width: 184px;
}
.floating-menu .btn span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .floating-menu .btn span {
    font-size: 20px;
    padding: 0.6em;
  }
}
.floating-menu .tel {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.floating-menu .tel:before {
  content: url(../img/line-partner/ico_phone.svg);
  width: 16.49px;
  height: 24.26px;
  display: inline-block;
}
.floating-menu ul li:first-child small {
  display: inline-block;
  padding-left: 21.49px;
}

#site-footer {
  background-color: #fff;
}
#site-footer .copyright {
  padding: 1em;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-alphabet);
  letter-spacing: 0.17em;
  line-height: 1.5;
}

/* ------------------
   COMMON
------------------ */
main {
  overflow: hidden;
}

.parts {
  position: absolute;
}

.btn {
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 354px;
  }
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .btn {
    min-width: 354px;
  }
}
.btn span {
  display: inline-block;
  text-shadow: 0 0 3px rgba(21, 14, 105, 0.64);
  font-weight: 600;
}
.btn .icon-sakura {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-80%, -50%);
  width: 23.09px;
  height: 22.53px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .btn .icon-sakura {
    width: 17.69px;
    height: 17.27px;
    transform: translate(-90%, -50%);
  }
}
@media screen and (min-width: 1080px) {
  .btn .icon-sakura {
    transform: translate(-100%, -50%);
  }
}
.btn.pdf {
  padding-left: 5em;
}
.btn.pdf:before {
  content: "PDF";
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0.6em;
  margin-right: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(60%, -50%);
}
.btn.arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/ico_external_link.svg);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.btn.page {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn.page:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url(../img/ico_internal_link.svg);
  background-position: center;
  background-size: 100% 100%;
}
.btn.multi-lines span {
  line-height: 1.3;
}
.btn-primary {
  background: var(--color-komazawa);
  padding: 1.2em 3em 1.2em 1.2em;
  box-shadow: 0 0 10px rgba(17, 7, 28, 0.1);
}
.btn-primary span {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px rgba(21, 14, 105, 0.64);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .btn-primary span {
    font-size: 13px;
  }
}
.btn-primary.text-large {
  font-size: 20px;
  padding-left: 2em;
}
.btn-secondary {
  background-color: var(--color-red);
  padding: 1.2em 3em 1.2em 1.2em;
  box-shadow: 0 0 10px rgba(72, 27, 28, 0.2);
}
.btn-secondary span {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .btn-secondary span {
    font-size: 13px;
  }
}
.btn-normal {
  background-color: var(--color-komazawa);
  padding: 1em 3em 1em 1em;
}
@media screen and (min-width: 768px), print {
  .btn-normal {
    padding: 1em 2em;
  }
}
.btn-normal span {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .btn-normal span {
    font-size: 13px;
  }
}
.btn-normal.text-small span {
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .btn-normal.text-small span {
    font-size: 14px;
  }
}
.btn-normal.pdf:before {
  background-color: #fff;
  color: var(--color-komazawa);
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.com-ttl-01 .en {
  font-size: 2.93333vw;
  font-family: var(--font-alphabet);
  color: #614D76;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .en {
    font-size: 12px;
  }
}
.com-ttl-01 .en:before {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background-image: url(../img/ashirai_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 5px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .en:before {
    width: 32px;
    height: 16px;
    margin: 0 auto 10px;
  }
}
.com-ttl-01 .ja {
  font-size: 6.66666vw;
  color: var(--color-komazawa);
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .ja {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1080px) {
  .com-ttl-01 .ja {
    font-size: 40px;
  }
}
.com-ttl-01 .month {
  display: inline-block;
  color: #fff;
  background-color: var(--color-red);
  line-height: 25px;
  border-radius: 6px;
  font-size: 1rem;
  width: 135px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .month {
    width: 200px;
    line-height: 28px;
    font-size: 16px;
  }
}
.com-ttl-01 + p:not([class]) {
  text-align: center;
  color: #614D76;
}
@media screen and (min-width: 1080px) {
  .com-ttl-01 + p:not([class]) {
    font-size: 18px;
  }
}
.com-ttl-01.slim .en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.com-ttl-01.slim .en:before {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01.small .ja {
    font-size: 30px;
  }
}
.com-ttl-01.left {
  align-items: flex-start;
}
.com-ttl-01 .edging {
  color: #F2DBD4;
  font-family: var(--font-alphabet);
  font-size: 1.3em;
  text-shadow: 1px 1px 0 var(--color-komazawa), -1px 1px 0 var(--color-komazawa), 1px -1px 0 var(--color-komazawa), -1px -1px 0 var(--color-komazawa);
}
.com-ttl-02 {
  background-color: var(--color-komazawa);
  color: #fff;
  text-align: center;
  font-size: 5vw !important;
  padding: 0.5em 1em;
  line-height: 1.4 !important;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 {
    font-size: 22px !important;
  }
}
.com-ttl-03 {
  background-color: #F5F5F5;
  padding: 7px 12px;
  color: var(--color-komazawa);
  line-height: 1.4 !important;
  font-weight: 700;
  font-size: 15px !important;
}
@media screen and (min-width: 768px), print {
  .com-ttl-03 {
    padding: 1em 1.2em;
    font-size: 20px !important;
  }
}
.com-ttl-04 {
  margin-bottom: 1em;
  color: var(--color-komazawa);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-komazawa);
}
@media screen and (max-width: 767px) {
  .com-ttl-04 {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
    gap: 5px;
    padding-bottom: 0.5em;
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .com-ttl-04 {
    font-size: 29px;
  }
}
.com-ttl-04 small {
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-04 small {
    font-size: 14px;
  }
}
.com-ttl-04 .label {
  font-size: 23px;
  line-height: 1;
  color: #fff;
  font-family: var(--font-alphabet);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 0 var(--color-komazawa), -1px 1px 0 var(--color-komazawa), 1px -1px 0 var(--color-komazawa), -1px -1px 0 var(--color-komazawa);
}
@media screen and (min-width: 1080px) {
  .com-ttl-04 .label {
    font-size: 29px;
  }
}
.com-ttl-04 .label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-komazawa);
  border-radius: 50%;
}
.com-ttl-04 .label:empty:before {
  display: none;
}
.com-ttl-04 .label:empty + .ttl {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.com-ttl-04 .label:empty + .ttl:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-komazawa);
  border-radius: 50%;
}

.round10 {
  border-radius: 10px;
  overflow: hidden;
}

.common-cv-button {
  margin-top: 25px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.common-cv-button img {
  width: 100%;
  max-width: 512px;
}
.common-cv-button a {
  display: inline-block;
}
.common-cv-button a:hover {
  opacity: 0.7;
  transform: translate(0, 2px);
}

.notice {
  color: #5A7466;
  font-size: 0.9rem !important;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    overflow-x: scroll;
  }
}
.table-wrap table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 170vw;
  }
}

.cta {
  background-image: url(../img/line-partner/bg_cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 30px;
}
.cta p {
  margin-bottom: 0.8em;
  font-size: 7vw;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px), print {
  .cta p {
    font-size: 36px;
  }
}
.cta p small {
  display: inline-block;
  font-size: 1rem;
}
.cta a {
  width: 100%;
  max-width: 478px;
  display: inline-block;
}
.cta a img {
  vertical-align: top;
}
.cta a:hover {
  opacity: 0.7;
  transform: translate(0, 2px);
}

.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.section-inner {
  z-index: 70;
}

.ico-plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-komazawa);
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .ico-plus {
    width: 42px;
    height: 42px;
  }
}
.ico-plus:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  .ico-plus:before {
    width: 14px;
  }
}
.ico-plus:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px), print {
  .ico-plus:after {
    width: 14px;
  }
}
.ico-minus {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--color-komazawa);
  border-radius: 50%;
  position: relative;
}
.ico-minus:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.ico-gakubu {
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--color-komazawa);
  padding: 0 0.5em;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-komazawa);
  white-space: nowrap;
}

*:not(.sp-valid) > .ico-gakubu {
  margin-right: 10px;
}

.com-list-01 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.8em;
}
.com-list-01 li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #C75483;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 5px;
}
.com-list-02 li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .com-list-02 li {
    font-size: 16px;
  }
}
.com-list-02 li:before {
  content: "";
  display: block;
  width: 27px;
  line-height: 27px;
  background-color: var(--color-red);
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
}
.com-list-02 li:nth-of-type(1):before {
  content: "1";
}
.com-list-02 li:nth-of-type(2):before {
  content: "2";
}
.com-list-02 li:nth-of-type(3):before {
  content: "3";
}
.com-list-02 li:nth-of-type(4):before {
  content: "4";
}
.com-list-02 li:nth-of-type(5):before {
  content: "5";
}
.com-list-02 li:nth-of-type(6):before {
  content: "6";
}
.com-list-02 li:nth-of-type(7):before {
  content: "7";
}
.com-list-02 li:nth-of-type(8):before {
  content: "8";
}
.com-list-02 li:nth-of-type(9):before {
  content: "9";
}
.com-list-02 li:nth-of-type(10):before {
  content: "10";
}
.com-list-03 li {
  position: relative;
  padding-left: 34px;
}
.com-list-03 li:before {
  content: "";
  display: block;
  width: 27px;
  line-height: 27px;
  background-color: #26885D;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}
.com-list-03 li:nth-of-type(1):before {
  content: "1";
}
.com-list-03 li:nth-of-type(2):before {
  content: "2";
}
.com-list-03 li:nth-of-type(3):before {
  content: "3";
}
.com-list-03 li:nth-of-type(4):before {
  content: "4";
}
.com-list-03 li:nth-of-type(5):before {
  content: "5";
}
.com-list-03 li:nth-of-type(6):before {
  content: "6";
}
.com-list-03 li:nth-of-type(7):before {
  content: "7";
}
.com-list-03 li:nth-of-type(8):before {
  content: "8";
}
.com-list-03 li:nth-of-type(9):before {
  content: "9";
}
.com-list-03 li:nth-of-type(10):before {
  content: "10";
}
.com-list-03 li + li {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .com-list-03 li + li {
    margin-top: 1em;
  }
}
.com-list-04 li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0.8em;
}
.com-list-04 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-komazawa);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 5px;
}

.com-em-01 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-komazawa);
}
@media screen and (min-width: 768px), print {
  .com-em-01 {
    font-size: 18px;
  }
}
.com-em-red {
  color: #E50A0A;
  font-weight: 600;
}
.com-em-red.underline {
  text-decoration: underline;
}

.com-notice-01 {
  background-color: #F8E9E4;
  padding: 0.6em 1em;
  color: var(--color-red);
  font-size: 16px !important;
}
@media screen and (min-width: 768px), print {
  .com-notice-01 {
    font-size: 20px !important;
  }
}
.com-notice-02 {
  background-color: #F0EDF2;
  padding: 0.6em 1em;
  color: var(--color-komazawa);
  font-size: 16px !important;
}
@media screen and (min-width: 768px), print {
  .com-notice-02 {
    font-size: 20px !important;
  }
}

.com-box-01 {
  background-color: #F7F7F7;
  padding: 30px;
  text-align: center;
  border-radius: 50px;
}
@media screen and (min-width: 768px), print {
  .com-box-01 {
    border-radius: 100px;
    padding: 20px 30px;
  }
}
.com-box-01 .ttl {
  color: var(--color-komazawa);
  font-family: var(--font-zen-maru);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-box-01 .ttl {
    font-size: 15px;
  }
}
.com-box-01 a[href^="tel:"] {
  font-size: 6vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .com-box-01 a[href^="tel:"] {
    font-size: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .com-box-01 a[href^="tel:"] {
    font-size: 37px;
  }
}
.com-box-01 a[href^="tel:"].text-small {
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .com-box-01 a[href^="tel:"].text-small {
    font-size: 23px;
  }
}
.com-box-01 a:not([class]):not([href^="tel:"]), .com-box-01 a.none-icon {
  color: #62448D;
  text-decoration: underline;
}
.com-box-01 p small {
  color: var(--color-komazawa);
}
.com-box-01.square {
  border-radius: 15px;
}
.com-box-02 {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px), print {
  .com-box-02 {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .com-box-02 {
    padding: 50px 55px;
  }
}
.com-box-02 p {
  line-height: 2.1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .com-box-02 p {
    font-size: 13px;
  }
}
.com-box-02 a:not([class]):not([href^="tel:"]), .com-box-02 a.none-icon {
  color: #62448D;
  text-decoration: underline;
}
.com-box-03 {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
.com-box-03 h3 {
  background-color: #6B83B7;
  padding: 0.6em 1em;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 30px 30px 0 0;
  font-family: var(--font-zen-maru);
}
@media screen and (min-width: 768px), print {
  .com-box-03 h3 {
    font-size: 25px;
  }
}
.com-box-03 .box-item {
  padding: 20px 30px;
}
@media screen and (min-width: 1080px) {
  .com-box-03 .box-item {
    padding: 40px 50px;
  }
}
.com-box-03 .box-item:nth-of-type(2n) {
  background-color: #F7F7F7;
}
.com-box-03 .box-item a.none-icon {
  color: #62448D;
  text-decoration: underline;
}
.com-box-list {
  row-gap: 20px;
}
.com-box-list > * {
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print {
  .com-box-list > * {
    flex-basis: calc(50% - 10px);
  }
}
.com-box-list .btn {
  min-width: 80%;
}
.com-box-student-card {
  position: relative;
  margin-top: 25px;
  border-radius: 15px;
  background-color: #F8F8F7;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .com-box-student-card {
    margin-top: 30px;
  }
}
.com-box-student-card:after {
  content: "";
  background-image: url(../img/admission/text_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 132px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .com-box-student-card:after {
    width: 26.6666vw;
    height: 12vw;
  }
}
.com-box-student-card .text {
  flex-basis: 55%;
  text-align: left;
  padding: 20px 30px;
}
@media screen and (min-width: 768px), print {
  .com-box-student-card .text {
    padding: 2em 2.5em 2em 2em;
  }
}
.com-box-student-card .label-text {
  flex-basis: 35%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .com-box-student-card .label-text {
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
    font-size: 1rem;
  }
}
.com-box-student-card .label-text:before {
  content: "";
  display: block;
  width: 98vw;
  height: 33vw;
  border-radius: 50%;
  background-color: var(--color-green);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (min-width: 768px), print {
  .com-box-student-card .label-text:before {
    width: 120%;
    height: 285px;
    transform: translate(-50%, -50%);
  }
}
.com-box-student-card .label-text span {
  position: relative;
  z-index: 10;
}

.com-label-01 {
  display: inline-block;
  color: #fff;
  background-color: #fff;
  border: 1px solid var(--color-komazawa);
  border-radius: 2px;
  font-size: 12px;
  padding: 0 0.8em;
  white-space: nowrap;
  color: var(--color-komazawa);
}
@media screen and (min-width: 768px), print {
  .com-label-01 {
    padding: 0 1em;
    font-size: 14px;
  }
}

.nowrap {
  white-space: nowrap;
}

.fax-number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 6vw;
  font-weight: 600;
  font-family: var(--font-alphabet);
}
@media screen and (min-width: 768px), print {
  .fax-number {
    font-size: 37px;
  }
}
.fax-number:before {
  content: "FAX";
  display: block;
  width: 53px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-komazawa);
  font-size: 1rem;
  border-radius: 5px;
  line-height: 25px;
}
.fax-number a[href^="tel:"]:not(.none-icon) {
  pointer-events: none;
}
.fax-number a[href^="tel:"]:not(.none-icon):before {
  display: none !important;
}

.mail-address {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 4vw;
  font-weight: 600;
  font-family: var(--font-alphabet);
}
@media screen and (min-width: 768px), print {
  .mail-address {
    font-size: 37px;
    gap: 10px;
  }
}
.mail-address:before {
  content: "MAIL";
  display: block;
  width: 53px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-komazawa);
  font-size: 1rem;
  border-radius: 5px;
  line-height: 25px;
}

.secondary-fv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .secondary-fv {
    background-position: center bottom;
  }
}
.secondary-fv .section-inner {
  height: 282px;
  max-width: initial;
}
@media screen and (min-width: 768px), print {
  .secondary-fv .section-inner {
    height: 357px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .secondary-fv .section-inner {
    padding-right: 5vw;
  }
}
.secondary-fv h1 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  .secondary-fv h1 {
    margin-bottom: 20px;
  }
}
.secondary-fv h1 span {
  display: inline-block;
  position: relative;
  background-color: rgba(38, 136, 93, 0.7);
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  font-size: 5.8vw;
  border-radius: 10px;
  line-height: 1.8;
  padding: 0 0.5em;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .secondary-fv h1 span {
    font-size: 36px;
  }
}
.secondary-fv h1 span:after {
  content: "";
  display: block;
  width: 23px;
  height: 14px;
  background-image: url(../img/admission/hige.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 20%;
  transform: translate(0, 99%);
}
.secondary-fv .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.secondary-fv .description span {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid var(--color-komazawa);
  background-color: #fff;
  font-weight: 700;
  color: var(--color-komazawa);
}
@media screen and (min-width: 768px), print {
  .secondary-fv .description span {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .secondary-fv .description.pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .secondary-fv .description.sp {
    display: none;
  }
}

.slick-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
@media screen and (min-width: 768px), print {
  .slick-control {
    gap: 42px;
    margin-top: 35px;
  }
}
.slick-control .paging {
  font-weight: 700;
  font-size: 18px;
}
.slick-control .control span {
  display: block;
  width: 37px;
  height: 37px;
  background: #26885D;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .slick-control .control span {
    width: 58px;
    height: 58px;
  }
}
.slick-control .control span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.slick-control .control span:hover {
  opacity: 0.8;
}
.slick-control .control.prev span:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-arrow {
  width: 50px;
  height: 50px;
  appearance: none;
  background-color: #8C6EAA;
  border-radius: 50%;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: calc(100vw - 600px);
  transform: translate(0, -50%);
  z-index: 100;
}
.slick-arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev {
  display: none;
}

.text-slider {
  background-color: #fff;
  border-top: 1px solid #492D65;
  border-bottom: 1px solid #492D65;
  padding: 0.2em 0;
  font-family: var(--font-alphabet);
  font-size: 3.4666666vw;
  font-weight: 700;
  line-height: 1.652;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .text-slider {
    font-size: 23px;
  }
}
.text-slider .text-item {
  padding: 0 0.3em;
  display: flex;
  gap: 0.2em;
}
.text-slider .hash {
  color: #FFA5B5;
}

.circle-animation {
  animation: circle-anime 12s linear infinite;
}

/* ------------------
   CONTENTS
------------------ */
.fv {
  position: relative;
}
.fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
}
@media screen and (min-width: 768px), print {
  .fv:after {
    display: none;
  }
}
.fv .section-inner {
  padding-top: 100px;
  padding-bottom: 150px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1080px) {
  .fv .section-inner {
    padding-bottom: 0;
    padding-top: 125px;
    max-width: initial;
  }
}
.fv-message {
  position: absolute;
  top: 24vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 990px;
  text-align: right;
  padding-right: 30px;
}
@media screen and (min-width: 768px), print {
  .fv-message {
    top: 183px;
    padding-right: 62px;
  }
}
.fv-message p {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 1080px) {
  .fv-message p {
    gap: 16px;
  }
}
.fv-message p span {
  background-color: rgba(255, 165, 181, 0.8);
  border: 1px solid #fff;
  padding: 12px 6px;
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px), print {
  .fv-message p span {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 767px) {
  .fv-message p span img {
    width: 5.5vw;
  }
}
.fv-mainvisual {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .fv-mainvisual {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-mainvisual {
    width: auto;
    transform: translate(-50%, -65px);
  }
}
@media screen and (min-width: 1080px) {
  .fv-mainvisual {
    width: 100%;
    max-width: 990px;
  }
}
.fv-mainvisual h1 {
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .fv-mainvisual h1 {
    margin-right: -25px;
  }
}
@media screen and (min-width: 1080px) {
  .fv-mainvisual h1 {
    margin-left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .fv-mainvisual h1 img {
    width: 96vw;
  }
}
.fv-mainvisual p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 768px), print {
  .fv-mainvisual p {
    gap: 8px;
  }
}
.fv-mainvisual p span {
  display: block;
  background-color: #fff;
  color: var(--color-komazawa);
  font-weight: 700;
  border: 1px solid var(--color-komazawa);
  padding: 0 0.5em;
  line-height: 28px;
}
@media screen and (min-width: 768px), print {
  .fv-mainvisual p span {
    font-size: 19px;
    line-height: 36px;
    white-space: nowrap;
  }
}
.fv-visual .slick-track {
  display: flex;
}
.fv-visual-item {
  height: auto;
  padding: 0 10px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv-visual-item {
    width: 67vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv-visual-item {
    padding: 0 17px;
  }
}
@media screen and (max-width: 767px) {
  .fv-visual-item.imgs {
    width: 46vw;
  }
}
.fv .parts {
  z-index: 100;
}
.fv .parts.parts01 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv .parts.parts01 {
    width: 52.533333vw;
    transform: translate(10%, 0);
  }
}
@media screen and (min-width: 768px), print {
  .fv .parts.parts01 {
    width: 38vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv .parts.parts01 {
    width: auto;
  }
}
.fv .parts.parts02 {
  bottom: 0;
  left: 0;
  transform: translate(0, 70%);
}
@media screen and (max-width: 767px) {
  .fv .parts.parts02 {
    width: 52.2666667vw;
    transform: translate(0, -75%);
  }
}
@media screen and (min-width: 768px), print {
  .fv .parts.parts02 {
    width: 32vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv .parts.parts02 {
    width: auto;
  }
}
.fv .parts.object01 {
  top: 42%;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fv .parts.object01 {
    width: 12vw;
    right: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .fv .parts.object01 {
    top: 45%;
    right: auto;
    left: calc(50% + var(--width-max-content) / 2);
    transform: translate(20%, -60%);
  }
}
.fv .parts.petal1 {
  left: 0;
  bottom: 0;
  transform: translate(-10%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv .parts.petal1 {
    display: none;
  }
}
.fv .parts.petal2 {
  left: 80px;
  top: 140px;
}
@media screen and (max-width: 767px) {
  .fv .parts.petal2 {
    display: none;
  }
}
.fv .parts.petal3 {
  top: 60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv .parts.petal3 {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .fv .parts.petal3 {
    left: calc(50% + 150px);
  }
}
.fv .parts.petal4 {
  width: 60px;
  top: 52%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv .parts.petal4 {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .fv .parts.petal4 {
    left: calc(50% + var(--width-max-content) / 2);
    transform: translate(70%, 0);
  }
}

.information {
  position: relative;
}
.information:after {
  content: "";
  display: block;
  width: 195.46667vw;
  max-height: 100%;
  height: 533.33333333vw;
  background-image: url(../img/bg_02_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .information:after {
    background-image: url(../img/bg_02.png);
    transform: translate(-50%, 45px);
  }
}
@media screen and (min-width: 1080px) {
  .information:after {
    width: 1828px;
    height: 1315px;
  }
}
.information .parts {
  z-index: 100;
}
.information .parts.illust01 {
  top: 0;
  right: 0;
  transform: translate(80%, -50%);
}
@media screen and (max-width: 767px) {
  .information .parts.illust01 {
    width: 59.2vw;
    transform: translate(20%, -100%);
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.illust01 {
    right: auto;
    left: calc(50% + 235px);
    transform: translate(0, -72%);
    width: 531px;
  }
}
.information .parts.illust02 {
  top: 0;
  left: 0;
  transform: translate(-55%, -25%);
}
@media screen and (max-width: 767px) {
  .information .parts.illust02 {
    width: 68.266666vw;
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.illust02 {
    left: calc(50% - var(--width-max-content) / 2);
    transform: translate(-85%, 10%);
    width: 556px;
  }
}
.information .parts.illust03 {
  bottom: 0;
  right: 0;
  transform: translate(63%, 28%);
}
@media screen and (max-width: 767px) {
  .information .parts.illust03 {
    width: 62.6666667vw;
    transform: translate(70%, 70%);
  }
}
@media screen and (min-width: 768px), print {
  .information .parts.illust03 {
    width: 30vw;
    transform: translate(63%, 50%);
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.illust03 {
    width: auto;
    transform: translate(63%, 28%);
  }
}
.information .parts.branch03 {
  top: 43%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .information .parts.branch03 {
    width: 34.933333vw;
    top: auto;
    bottom: 140vw;
  }
}
@media screen and (min-width: 768px), print {
  .information .parts.branch03 {
    width: 26vw;
    top: 52%;
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.branch03 {
    width: auto;
    top: 43%;
  }
}
.information .parts.object02 {
  top: 40vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .information .parts.object02 {
    width: 10vw;
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.object02 {
    top: 350px;
    left: calc(50% - var(--width-max-content) / 2);
    transform: translate(-150%, 0);
  }
}
.information .parts.object03 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .information .parts.object03 {
    width: 18vw;
    transform: translate(10%, -30%);
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.object03 {
    right: auto;
    top: 150px;
    left: calc(50% + var(--width-max-content) / 2);
    transform: translate(65%, 0);
  }
}
.information .parts.object04 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .information .parts.object04 {
    width: 22vw;
    transform: translate(-10%, 0);
  }
}
@media screen and (min-width: 1080px) {
  .information .parts.object04 {
    left: calc(50% - var(--width-max-content) / 2);
    transform: translate(-80%, -10%);
  }
}
.information .parts.sakura03 {
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .information .parts.sakura03 {
    left: calc(50% + var(--width-max-content) / 2);
    transform: translate(20%, 110%);
  }
}
.information .section-inner {
  padding-bottom: 0;
  padding-top: 80px;
}
@media screen and (min-width: 1080px) {
  .information .section-inner {
    padding-top: 158px;
  }
}
.information-box {
  margin-top: 30px;
}
.information-item {
  flex-basis: 48.5%;
}
.information-item img {
  border-radius: 30px;
}
.information-item .text {
  padding: 20px 0;
}
.information-item .text h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #492D65;
  font-size: 5.333333vw;
}
@media screen and (min-width: 768px), print {
  .information-item .text h3 {
    font-size: 24px;
  }
}
.information-item .text h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FCE631;
  border: #492D65 1px solid;
}
.information-item .text p {
  font-size: 14px;
  color: #492D65;
}
@media screen and (min-width: 768px), print {
  .information-item .text p {
    margin-left: 1.8em;
  }
}
.information-item .text .buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.information-process {
  background-color: rgba(236, 213, 208, 0.38);
  backdrop-filter: blur(36px);
  border: 1px solid #000;
  border-radius: 30px;
  margin-top: 50px;
  padding: 20px 30px 30px;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .information-process {
    padding: 40px 60px;
    gap: 46px;
  }
}
.information-process h3 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 5.33333vw;
  color: #492D65;
}
@media screen and (min-width: 768px), print {
  .information-process h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .information-process p {
    margin-bottom: 15px;
  }
}
.information .bottom-img {
  position: relative;
  z-index: 10;
  padding-top: 60px;
}

.life {
  background-image: url(../img/bg_03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.life .section-inner {
  max-width: initial;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .life .section-inner {
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .life .section-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.life .section-inner > .flex .text {
  flex-basis: 42%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .life .section-inner > .flex .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .life .section-inner > .flex .text {
    background-image: url(../img/life_01.png);
    background-position: top 50px left;
    background-repeat: no-repeat;
    background-size: 110% auto;
    padding-top: 100px;
  }
}
.life .section-inner > .flex .text:before {
  content: "";
  display: block;
  width: 114.4vw;
  height: 116vw;
  background-image: url(../img/life_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 55%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .life .section-inner > .flex .text:before {
    display: none;
  }
}
.life .section-inner > .flex .text > * {
  position: relative;
  z-index: 10;
}
.life .section-inner > .flex .text .com-ttl-01 .ja {
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.life .section-inner > .flex .text .com-ttl-01 + p:not([class]) {
  margin-top: 1.5em;
  font-size: 1rem;
}
.life .section-inner > .flex .text .buttons {
  margin-top: 35px;
  text-align: center;
}
.life .section-inner > .flex .img {
  flex-basis: 58%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .life .section-inner > .flex .img {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .life .section-inner > .flex .img-inner {
    margin-left: -5px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1080px) {
  .life .section-inner > .flex .img-inner {
    margin-left: -35px;
  }
}
.life .parts {
  z-index: 100;
}
.life .parts.branch04 {
  top: 0;
  left: 0;
  transform: translate(0, -10px);
}
@media screen and (max-width: 767px) {
  .life .parts.branch04 {
    width: 50.1333333vw;
    transform: translate(0, -5px);
  }
}
@media screen and (min-width: 768px), print {
  .life .parts.branch04 {
    width: 25vw;
  }
}
@media screen and (min-width: 1080px) {
  .life .parts.branch04 {
    width: auto;
  }
}
.life .parts.life03 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .life .parts.life03 {
    width: 85.6vw;
  }
}

.movie-box {
  position: relative;
  z-index: 120;
}
.movie .parts {
  z-index: 100;
}
.movie .parts.branch05 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .movie .parts.branch05 {
    width: 32vw;
  }
}
@media screen and (min-width: 768px), print {
  .movie .parts.branch05 {
    width: 25vw;
  }
}
@media screen and (min-width: 1080px) {
  .movie .parts.branch05 {
    width: auto;
  }
}
.movie .parts.branch06 {
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .movie .parts.branch06 {
    width: 34vw;
    bottom: 5px;
    transform: translate(-20%, 0);
  }
}
@media screen and (min-width: 768px), print {
  .movie .parts.branch06 {
    width: 25vw;
  }
}
@media screen and (min-width: 1080px) {
  .movie .parts.branch06 {
    width: auto;
  }
}
.movie .parts.sakura01 {
  top: 20%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .movie .parts.sakura01 {
    width: 5.3vw;
    transform: translate(35px, 0);
  }
}
@media screen and (min-width: 1080px) {
  .movie .parts.sakura01 {
    left: calc(50% - var(--width-max-content) / 2);
    transform: translate(-100%, 0);
  }
}
.movie .parts.sakura02 {
  bottom: 25%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .movie .parts.sakura02 {
    width: 6.4vw;
    transform: translate(-35px, 100%);
  }
}
@media screen and (min-width: 1080px) {
  .movie .parts.sakura02 {
    width: 80px;
    right: auto;
    left: calc(50% + var(--width-max-content) / 2);
    transform: translate(-70%, 0);
  }
}
.movie .parts.sakura02 img {
  width: 100%;
}
.movie-gallery {
  background-color: #242320;
  padding: 25px 0;
  background-image: url(../img/bg_film.png), url(../img/bg_film.png);
  background-position: top center, bottom center;
  background-size: auto 25px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px), print {
  .movie-gallery {
    padding: 38px 0;
    background-size: auto 38px;
  }
}
@media screen and (max-width: 767px) {
  .movie-slider-item {
    width: 42.13333vw;
  }
}

.footer-cta {
  background-image: url(../img/bg_footer_cta_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .footer-cta {
    background-image: url(../img/bg_footer_cta.jpg);
  }
}
@media screen and (max-width: 767px) {
  .footer-cta .section-inner {
    padding-top: 50vw;
    padding-bottom: 20vw;
  }
}
.footer-cta .flex .text {
  width: 100%;
  max-width: 419px;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 35px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .footer-cta .flex .text {
    padding: 40px;
  }
}
.footer-cta .flex .text .com-ttl-01 + p {
  font-size: 14px;
}
.footer-cta .flex .text .buttons {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer-cta .flex .text .buttons {
    margin-top: 25px;
  }
}
.footer-cta .flex .text .buttons .btn {
  width: 100%;
}
.footer-cta .parts.illust04 {
  bottom: 0;
  right: 0;
  transform: translate(75%, 10%);
}
@media screen and (max-width: 767px) {
  .footer-cta .parts.illust04 {
    width: 19.858667vw;
    transform: translate(50%, 45%);
  }
}
.footer-cta .parts.branch05 {
  top: 0;
  right: 0;
  transform: translate(0, -70%);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .footer-cta .parts.branch05 {
    width: 40vw;
    transform: translate(0, -30%);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(26, 51, 108, 0.4);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 40px);
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
.modal-close .modal-close-target {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
  border-radius: 50%;
  background: var(--color-komazawa);
}
@media screen and (min-width: 768px), print {
  .modal-close .modal-close-target {
    width: 42px;
    height: 42px;
  }
}
.modal-close .modal-close-target:hover {
  opacity: 0.8;
}
.modal-close .modal-close-target span {
  width: 25px;
  height: 25px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close .modal-close-target span:before {
  content: "";
  display: block;
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-close .modal-close-target span:after {
  content: "";
  display: block;
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content {
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 17px;
  padding: 60px 20px 20px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modal-content {
    width: 980px;
    padding: 72px 84px;
  }
}
.modal-content table tr th {
  width: 23%;
  max-width: 190px;
  background-color: var(--color-komazawa);
}
.modal-content table tr td {
  line-height: 1.6;
}
.modal-content table tr td small {
  font-size: 0.9em;
}