@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: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", serif;
  --font-zen-maru: "Zen Maru Gothic", serif;
  --color-text: #000;
  --color-kamazawa: #8C6EAA;
  --color-brown: #80461B;
  --color-red: #A82745;
  --color-orange: #FF9429;
  --width-max-content: 920px;
  --color-yellow: #FED600;
  --color-skyblue: #53b0e1;
  --color-blue: #001283;
  --gradient-button: linear-gradient(45deg, #a0a277 0%,#d9dba4 100%);
  --gradient-button2: linear-gradient(45deg, #496da2 0%,#4797cc 100%);
}

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

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

.zen-kaku-gothic-new-bold, .btn-01, .com-ttl-01, .com-ttl-02, .about h3, .course .heading h2, .points .point-more p {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.source-sans-3-italic, .com-ttl-02 span.en, .about h2 {
  font-family: "Source Sans 3", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  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: 400;
  color: var(--color-text);
  line-height: 2;
}

@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;
}

*, 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: 35px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    max-width: var(--width-max-content);
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .section-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px;
  }
}
@media screen and (min-width: 768px), print {
  .section-inner.narrow {
    max-width: 660px;
  }
}

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

.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;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs50 {
  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);
  }
}
@keyframes shooting {
  0% {
    opacity: 0;
    transform: rotateZ(-30deg) translateX(0) scaleX(0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(-30deg) transalteX(-200%) scaleX(1);
  }
  50% {
    opacity: 0;
    transform: rotateZ(-30deg) translateX(-400%) scaleX(2);
  }
  100% {
    opacity: 0;
    transform: rotateZ(-30deg) translateX(-400%) scaleX(2);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#site-header {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #site-header {
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  #site-header {
    height: 82px;
  }
}
@media screen and (min-width: 1080px) {
  #site-header {
    padding-left: 40px;
  }
}
#site-header .site-logo {
  width: 35vw;
  max-width: 300px;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_09.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
  transition: all 0.6s;
}
@media screen and (min-width: 1080px) {
  #site-header .header-navigation {
    width: 820px;
    right: -820px;
    border-radius: 40px 0 0 40px;
  }
}
#site-header .header-navigation .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 20px;
  min-height: 100vh;
  overflow-y: scroll;
  position: relative;
}
#site-header .header-navigation.is-active {
  right: 0;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#site-header .header-navigation .logo {
  max-width: 230px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .logo {
    margin-bottom: 50px;
  }
}
#site-header .primary-menu {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  width: calc(100% - 40px);
  max-width: 495px;
}
@media screen and (min-width: 1080px) {
  #site-header .primary-menu {
    padding: 50px 20px;
    border-radius: 30px;
  }
}
#site-header .primary-menu h3 {
  max-width: 334px;
  margin: 0 auto 40px;
}
#site-header .primary-menu ul {
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
}
#site-header .primary-menu ul li + li {
  margin-top: 1.5em;
}
#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: 5px;
}
#site-header .primary-menu ul li a:not(.btn) span {
  font-size: 16px;
  color: #39629A;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li a:not(.btn) span {
    font-size: 19px;
  }
}
#site-header .primary-menu ul li a.btn {
  max-width: initial;
  width: 100%;
  justify-content: center;
  padding: 1.2em;
}
#site-header .primary-menu .parts.illust09 {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu .parts.illust09 {
    transform: translate(-50%, 70%);
  }
}
#site-header .primary-menu .parts.illust10 {
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
}
#site-header .primary-menu .parts.illust11 {
  bottom: 0;
  left: 0;
  transform: translate(-150%, 25%);
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu .parts.illust11 {
    display: none;
  }
}
#site-header .primary-menu .parts.illust12 {
  top: 0;
  right: 0;
  transform: translate(120%, -70%);
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu .parts.illust12 {
    display: none;
  }
}
#site-header .nav-toggle {
  width: 50.21px;
  height: 47.92px;
  display: block;
  position: relative;
  background-image: url(../img/bg_toggle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 102;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 64.07px;
    height: 61.15px;
    top: 25px;
    right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  #site-header .nav-toggle:hover {
    opacity: 0.8;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 22px;
  border-bottom: solid 1px #fff;
  -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%, -8px);
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}
#site-header .nav-toggle span:nth-child(3) {
  transform: translate(-50%, 8px);
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-30deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
#site-header .nav-toggle.is-active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(30deg);
}

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

.floating-menu {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  width: calc(100vw - 20px);
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    bottom: auto;
    top: 15px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu ul {
    width: 100%;
    gap: 10px;
  }
}
.floating-menu ul li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .floating-menu ul li {
    flex-basis: calc((100% - 10px) / 2);
  }
}

#site-footer {
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 3.5rem;
  }
}
#site-footer .copyright {
  padding: 1em;
  color: #fff;
  text-align: center;
}

/* ------------------
   COMMON
------------------ */
body .base {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_01_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1080px) {
  body .base {
    background-image: url(../img/bg_01.jpg);
  }
}

main {
  overflow: hidden;
}

.parts {
  position: absolute;
}

.btn {
  display: block;
  border-radius: 45px;
  text-align: center;
  position: relative;
}
.btn span {
  display: inline-block;
}
.btn.arrow:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn.link:after {
  content: "";
  display: block;
  width: 29px;
  height: 5px;
  background-image: url(../img/ico_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn-yellow {
  background: var(--color-yellow);
  padding: 0.4em;
}
@media screen and (min-width: 768px), print {
  .btn-yellow {
    width: 225px;
    padding: 0.5em;
  }
}
.btn-yellow span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.btn-cta {
  background: var(--color-skyblue);
  padding: 0.3em;
}
@media screen and (min-width: 768px), print {
  .btn-cta {
    width: 100%;
    padding: 0.5em;
  }
}
.btn-cta span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.btn-cta.white {
  background-color: #fff;
}
.btn-cta.white span {
  color: var(--color-blue);
}
.btn-cta.white.link:after {
  background-image: url(../img/ico_link_blue.svg);
}
.btn-01 {
  display: inline-block;
  background-color: var(--color-blue);
  line-height: 32px;
  border-radius: 0;
  padding: 0 0.6em 0 1em;
  font-size: 16px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .btn-01 {
    line-height: 37px;
    font-size: 20px;
  }
}
.btn-01:after {
  content: "";
  display: block;
  width: 25px;
  height: 32px;
  background-color: var(--color-blue);
  clip-path: polygon(0 0, 0% 100%, 80% 100%);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
}
@media screen and (min-width: 768px), print {
  .btn-01:after {
    height: 37px;
  }
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 7vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 {
    font-size: 36px;
  }
}
.com-ttl-01 small {
  font-size: 0.66666em;
}
.com-ttl-02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 6vw;
  line-height: 1.2;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 {
    font-size: 30px;
  }
}
.com-ttl-02 span.en {
  font-size: 2em;
}
.com-ttl-02 small {
  font-size: 1em;
}

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

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 50px;
  background-color: #fff;
  font-size: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 20;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    width: 53px;
    height: 86px;
  }
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  left: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translate(-15px, -50%);
}
@media screen and (min-width: 1400px) {
  .slick-prev {
    transform: translate(-150%, -50%);
  }
}
.slick-next {
  right: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(15px, -50%);
}
@media screen and (min-width: 1400px) {
  .slick-next {
    transform: translate(150%, -50%);
  }
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto;
}

/* ------------------
   CONTENTS
------------------ */
.about {
  position: relative;
}
.about:before {
  content: "";
  display: block;
  width: 26.40625vw;
  height: 17.8125vw;
  background-image: url(../img/parts_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -39%);
}
@media screen and (max-width: 767px) {
  .about:before {
    display: none;
  }
}
.about:after {
  content: "";
  display: block;
  width: 35.625vw;
  height: 16.620625vw;
  background-image: url(../img/parts_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 15%);
}
@media screen and (max-width: 767px) {
  .about:after {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .about .section-inner {
    padding-top: 0;
  }
}
.about h2 {
  color: #3399cc;
  font-size: 32px;
  font-style: italic;
  line-height: 1.05;
}
@media screen and (min-width: 768px), print {
  .about h2 {
    font-size: 60px;
    padding-left: 20px;
  }
}
.about-box {
  background: linear-gradient(to bottom, #53b0e1 0%, #001283 100%);
  border-radius: 15px;
  box-shadow: 0 0 10px black;
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .about-box {
    padding: 40px 50px;
  }
}
.about-box .img {
  flex-basis: 43%;
}
.about-box .img img {
  display: block;
  box-shadow: 0 0 10px #fff;
}
.about-box .text {
  flex-basis: 50%;
  color: #fff;
}
.about-box .text h3 {
  font-size: 30px;
  text-align: center;
}
.about-box .text p {
  font-size: 12px;
  line-height: 2.2;
}

.course .heading {
  height: 25vw;
  background-image: url(../img/bg_01_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .course .heading {
    height: 227px;
    padding-top: 30px;
    background-image: url(../img/bg_01.jpg);
  }
}
.course .heading h2 {
  line-height: 1.3;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .course .heading h2 {
    font-size: 30px;
  }
}
.course .section-inner {
  padding-top: 20px;
}
@media screen and (min-width: 768px), print {
  .course .section-inner {
    padding-top: 50px;
  }
}
.course p {
  margin-top: 1.8em;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.1666666;
}

.points {
  background: linear-gradient(to right, #08367c 0%, #136fd8 50%, #08367c 100%);
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .points {
    padding-top: 60px;
  }
}
.points:before {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .points:before {
    height: 120px;
  }
}
.points .com-ttl-01 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .points .com-ttl-01 {
    font-size: 5.5vw;
  }
}
.points .point-item {
  text-align: center;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .points .point-item {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.points .point-item .text {
  display: block;
  background-image: url(../img/bg_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px 100%;
}
.points .point-item .text span {
  line-height: 55px;
  font-size: 24px;
}
@media screen and (min-width: 1080px) {
  .points .point-bottom {
    gap: 100px;
  }
}
.points .point-more {
  background-color: #fff;
  box-shadow: 0 0 15px #fff;
  text-align: center;
}
.points .point-more p {
  padding: 0.3em;
  font-size: 5vw;
}
@media screen and (max-width: 767px) {
  .points .point-more p {
    padding: 0.5em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px), print {
  .points .point-more p {
    font-size: 30px;
  }
}

.point p {
  margin-top: 1.8em;
  font-weight: 500;
  font-size: 12px;
  line-height: 2.1666666;
}
.point-box-01 {
  border: 3px solid #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 9px #fff;
}
.point-box-01 h3 {
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 0.2em;
}
.point-box-01 .inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .point-box-01 .inner {
    padding: 0 10px 10px;
  }
}
.point-box-01 .inner dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--color-blue);
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .point-box-01 .inner dl {
    width: 90%;
    font-size: 20px;
  }
}
.point-box-01 .inner dl dt {
  flex-basis: 50%;
  border-right: 2px solid var(--color-blue);
  padding: 0.5em 0 0.5em 0.5em;
  font-weight: 600;
  color: var(--color-blue);
}
@media screen and (min-width: 1400px) {
  .point-box-01 .inner dl dt {
    padding: 0.5em 0 0.5em 1.8em;
  }
}
.point-box-01 .inner dl dd {
  flex-basis: 50%;
  padding: 0.5em 0 0.5em 1em;
  border-left: 2px solid var(--color-blue);
}
@media screen and (min-width: 1400px) {
  .point-box-01 .inner dl dd {
    padding: 0.5em 1em 0.5em 2em;
  }
}
.point-box-01 .inner dl:first-of-type dt, .point-box-01 .inner dl:first-of-type dd {
  padding-top: 0.8em;
}
.point-box-01 .inner dl:last-of-type {
  border-bottom: none;
}
.point-box-01 .inner .notes {
  margin-top: 0;
  padding: 0.5em;
  color: #c1272d;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .point-box-01 .inner .notes {
    font-size: 20px;
  }
}

#point02 {
  background: linear-gradient(to right, #08367c 0%, #136fd8 50%, #08367c 100%);
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  #point02 {
    padding-top: 60px;
  }
}
#point02:before {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  #point02:before {
    height: 120px;
  }
}
#point02:after {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  #point02:after {
    height: 120px;
  }
}
#point02 .com-ttl-02 {
  color: #fff;
}
#point02 .section-inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 1400px) {
  #point02 .section-inner {
    padding-bottom: 160px;
  }
}

.voice {
  background: linear-gradient(to right, #08367c 0%, #136fd8 50%, #08367c 100%);
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .voice {
    padding-top: 60px;
  }
}
.voice:before {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .voice:before {
    height: 120px;
  }
}
.voice .com-ttl-02 {
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .voice .voices {
    width: 820px;
    margin: 0 auto;
  }
}
.voice-item {
  width: calc(100vw - 40px);
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .voice-item {
    width: 820px;
  }
}
.voice-item-inner {
  border: 3px solid #000;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 9px #fff;
  padding: 10px 0;
  position: relative;
  max-width: calc(100vw - 50px);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .voice-item-inner {
    padding: 45px 0 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .voice-item-inner {
    max-width: 800px;
  }
}
.voice-item-inner:before {
  content: "";
  display: block;
  width: 60vw;
  height: 100vw;
  background-image: url(../img/parts_03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .voice-item-inner:before {
    top: 50px;
    width: 188px;
    height: 313px;
  }
}
.voice-item-inner > .flex {
  position: relative;
  z-index: 5;
}
.voice-item .img {
  flex-basis: 45%;
  text-align: center;
  z-index: 5;
}
.voice-item .text {
  flex-basis: 52%;
}
.voice-item h3 {
  position: relative;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
}
.voice-item h3:before {
  content: "";
  display: block;
  width: 615px;
  padding-top: 80%;
  background-image: url(../img/parts_04.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.voice-item h3 span {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.voice-item .message {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  padding: 1.8em 0 1em;
}
.voice-item dl {
  font-size: 16px;
}
.voice-item dl dt {
  position: relative;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .voice-item dl dt {
    padding: 0.6em 1em;
    background-color: #00478d;
    line-height: 1.6;
  }
}
.voice-item dl dt span {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.voice-item dl dt span:before {
  content: "Q.";
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.6em;
}
.voice-item dl dt:before {
  content: "";
  display: block;
  width: 586px;
  padding-top: 40%;
  background-image: url(../img/parts_05.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .voice-item dl dt:before {
    display: none;
  }
}
.voice-item dl dd {
  padding: 1em 1em 1em 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice-item dl dd {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .voice-item dl:nth-of-type(1) {
    margin-top: 20px;
  }
  .voice-item dl:nth-of-type(1) dt {
    position: relative;
  }
  .voice-item dl:nth-of-type(1) dt:before {
    content: "";
    display: block;
    width: 165px;
    height: 4px;
    padding: 0;
    background-color: #00478d;
    position: absolute;
    top: -10px;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .voice-item dl:nth-of-type(2) dt {
    padding-top: 0;
  }
}
.voice-item dl:nth-of-type(2) dt:before {
  width: 560px;
  padding-top: 10%;
  background-image: url(../img/parts_06.svg);
}
@media screen and (max-width: 767px) {
  .voice-item dl:nth-of-type(2) dt:before {
    display: none;
  }
}
.voice .buttons {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .gallery .photos {
    --margin: calc((100vw - var(--width-max-content)) / 2);
    margin-left: calc((var(--margin) + 20px) * -1);
    margin-right: calc((var(--margin) + 20px) * -1);
  }
}
.gallery .photo-item {
  width: calc(100vw - 40px);
}
@media screen and (min-width: 768px), print {
  .gallery .photo-item {
    padding: 0 18px;
    width: calc(46vw + 36px);
  }
}
.gallery .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery .text-scroll {
  margin-top: 20px;
  text-align: center;
}
.gallery .text-scroll img {
  width: 80%;
  max-width: 333px;
}
.gallery .buttons {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.event {
  background: linear-gradient(to right, #08367c 0%, #136fd8 50%, #08367c 100%);
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .event {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.event:before {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .event:before {
    height: 120px;
  }
}
.event:after {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #fff;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .event:after {
    height: 120px;
  }
}
@media screen and (min-width: 1080px) {
  .event .section-inner {
    max-width: 800px;
  }
}
.event .com-ttl-02 {
  color: #fff;
}
.event-box {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px #fff;
  padding: 20px;
}
@media screen and (min-width: 1080px) {
  .event-box {
    padding: 30px 30px;
  }
}
.event-box h3 {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 24px;
  color: var(--color-blue);
}
.event .btn-yellow {
  width: 280px;
}

.access .com-ttl-02 small {
  color: #000;
}
@media screen and (max-width: 767px) {
  .access .com-ttl-02 small {
    font-size: 5.5vw;
  }
}
.access .address {
  margin: 0.8em 0 1.5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .access .address {
    margin: 1.2em 0 2em;
    font-size: 24px;
  }
}
.access .section-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1080px) {
  .access .section-inner {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .access .buttons {
    display: none;
  }
}

.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(68, 68, 68, 0.4);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    width: 538px;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translate(-100%, 100%);
}
.modal-close .modal-close-target {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
  background-image: url(../img/ico_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@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 {
  display: none;
}
.modal-content {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 50px 20px 0;
    height: 100vh;
    overflow-y: scroll;
  }
}
.modal .entry-form {
  width: 100%;
  border: 2px solid #CBCDA2;
  border-top-left-radius: 48vw;
  border-top-right-radius: 48vw;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal .entry-form {
    width: 538px;
    border-top-left-radius: 260px;
    border-top-right-radius: 260px;
    padding: 15px;
  }
}
.modal .entry-form:before {
  content: "";
  display: block;
  width: 97px;
  height: 94px;
  background-image: url(../img/ico_sparkle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.modal .entry-form:after {
  content: "";
  display: block;
  width: 42.81px;
  height: 39.33px;
  background-image: url(../img/ico_sparkle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(calc(-50% - 1.5px), calc(50% + 1.5px));
}
@media screen and (min-width: 768px), print {
  .modal .entry-form:after {
    width: 52.63px;
    height: 48.35px;
  }
}
.modal .entry-form-inner {
  background-color: #F5F5F2;
  border: 2px solid #CBCDA2;
  border-top-left-radius: 42vw;
  border-top-right-radius: 42vw;
  padding: 60px 20px 20px;
  color: #827954;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal .entry-form-inner {
    border-top-left-radius: 245px;
    border-top-right-radius: 245px;
    padding: 80px 50px 30px;
  }
}
.modal .entry-form-inner:before {
  content: "";
  display: block;
  width: 55.13px;
  height: 60.05px;
  background-image: url(../img/ico_sparkle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 38%;
  right: 0;
  transform: translate(calc(50% + 1px), 0);
}
@media screen and (min-width: 768px), print {
  .modal .entry-form-inner:before {
    width: 67.78px;
    height: 73.83px;
  }
}
.modal .entry-form-inner h3 {
  margin-bottom: 0.5em;
  text-align: center;
  color: #2B4384;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .modal .entry-form-inner h3 {
    font-size: 25px;
  }
}
.modal .entry-form-inner .lead {
  max-width: 280px;
  margin: 0 auto 1em;
  color: #2B4384;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
.modal .entry-form-inner dl dt {
  display: flex;
  gap: 3px;
  line-height: 22px;
}
.modal .entry-form-inner dl dt:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/ico_star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.modal .entry-form-inner dl + dl {
  margin-top: 1rem;
}
.modal .entry-form-inner input[type=text], .modal .entry-form-inner textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ABAE70;
  border-radius: 12px;
  padding: 15px 20px;
  color: #A0A188;
  margin-top: 0.3em;
}
.modal .entry-form-inner input[type=radio], .modal .entry-form-inner input[type=checkbox] {
  border: 1px solid #ABAE70;
}
.modal .entry-form-inner .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.modal .entry-form-inner .buttons .btn {
  width: 100%;
  max-width: 280px;
}
.modal .entry-form-inner .buttons .flex {
  margin-bottom: 8px;
}
.modal .entry-form-inner .buttons .flex .btn {
  width: 36vw;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .modal .entry-form-inner .buttons .flex .btn.arrow:after {
    right: 15px !important;
  }
}
.modal .entry-form-inner .message {
  background-color: #fff;
  border: 1px solid #ABAE70;
  border-radius: 12px;
  padding: 15px 20px;
  color: #A0A188;
  margin-top: 0.3em;
}
@media screen and (min-width: 1080px) {
  .modal .entry-form-inner .message {
    padding: 34px 42px;
  }
}
.modal .entry-form-inner .preview-img {
  max-width: 164px;
  margin: 0 auto 10px;
}
.modal .entry-form.howto .entry-form-inner {
  padding-top: 120px;
  padding-bottom: 50px;
}
.modal .entry-form.howto .entry-form-inner .img {
  text-align: center;
  margin: 0 0 15px;
}
.modal .entry-form.howto .entry-form-inner p {
  font-size: 14px;
  line-height: 1.7;
}