@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 {
  --color-primary: #d0ac75;
  --color-secondary: #6199d2;
  --color-marker: #FFEB00;
  --font-default: "Zen Kaku Gothic New", sans-serif;
  --font-default-color: #3a3c3f;
  --gradient-01: linear-gradient(135deg, #6199d2 0%,#f7c6bd 100%);
  --content-width: 1060px;
  --content-width-narrow: 900px;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-family: var(--font-default);
  color: var(--font-default-color);
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-weight: 600;
}

@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 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

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

svg {
  font-family: var(--font-default);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
  width: 100%;
  max-width: var(--content-width);
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    width: 100%;
    padding: 80px 40px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1400px) {
  a:hover {
    opacity: 0.8;
  }
  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: 1400px) {
  .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 (min-width: 1400px) {
  .only-wide {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-wide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-wide {
    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;
  }
}

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

.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-bottom: 0.3em;
  background: linear-gradient(transparent 40%, var(--color-marker) 40%);
}

#site-header {
  width: 100%;
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
}
#site-header .site-logo {
  width: 75vw;
  line-height: 1;
  font-size: 0;
  background-color: #fff;
  max-width: 461px;
  padding: 6px 20px;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -348px;
  width: 348px;
  height: 100vh;
  padding: 73px 35px 20px;
  z-index: 101;
  transition: all 0.6s;
  background-color: #CCECFE;
  background-image: url(../img/bg_hv.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  #site-header .header-navigation {
    right: auto;
    left: 0;
    top: 50vh;
    width: 254px;
    padding: 32px 27px 31px 23.7px;
    transform: translate(0, -50%);
    height: auto;
    background-image: url(../img/bg_13.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
#site-header .primary-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#site-header .primary-menu .mainmenu {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu .mainmenu {
    margin-bottom: 0;
  }
}
#site-header .primary-menu .mainmenu li a:not([class]) {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #353B5C;
  font-size: 16px;
}
#site-header .primary-menu .mainmenu li a:not([class]):before {
  content: "";
  display: block;
  width: 6.83px;
  height: 13.66px;
  background-image: url(../img/ico_point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#site-header .primary-menu .mainmenu li + li {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu .mainmenu li + li {
    margin-top: 10px;
  }
}
#site-header .primary-menu .cta {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu .cta {
    display: none;
  }
}
#site-header .primary-menu .cta .btn {
  width: 100%;
  height: 56px;
}
#site-header .primary-menu .cta .btn span {
  font-size: 13px;
}
#site-header .primary-menu .cta .btn .ico-arrow {
  width: 25.5px;
  height: 25.5px;
  right: 15px;
}
#site-header .primary-menu .sns {
  gap: 30px;
}
#site-header .primary-menu .sns li {
  width: 21px;
  height: 21px;
}
#site-header .primary-menu .submenu {
  margin-top: 8px;
}
#site-header .primary-menu .submenu > li {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin-bottom: 5px;
}
#site-header .primary-menu .submenu > li:before {
  content: "";
  display: block;
  background-color: var(--color-primary);
  width: 5px;
  height: 1px;
  transform: translate(0, 2px);
}
#site-header .primary-menu .submenu > li a {
  font-size: 12px;
  white-space: nowrap;
}
#site-header .primary-menu .btn + .btn {
  margin-top: 15px;
}
#site-header .primary-menu .illust01 {
  top: 0;
  right: 0;
  transform: translate(90%, 20px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu .illust01 {
    width: 61.3333333vw;
    transform: translate(100%, 10px);
  }
}
#site-header .nav-toggle {
  width: 60px;
  height: 43px;
  display: block;
  position: relative;
  border-radius: 50%;
  z-index: 200;
  background-color: #353B5C;
  position: fixed;
  top: 16px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  #site-header .nav-toggle {
    display: none;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  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: 17px;
  top: 50%;
  width: 25px;
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(0, -4px);
}
#site-header .nav-toggle span:nth-child(2) {
  width: 18px;
  transform: translate(0, 4px);
}
#site-header .nav-toggle.active span:nth-child(1) {
  transform: translate(0, 0) rotate(-20deg);
}
#site-header .nav-toggle.active span:nth-child(2) {
  width: 25px;
  transform: translate(0, 0) rotate(20deg);
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 0.5s;
}
@media screen and (min-width: 992px) {
  .floating-menu {
    width: auto;
    bottom: 27px;
    left: auto;
    right: 0;
  }
}
.floating-menu ul {
  display: flex;
}
.floating-menu ul li {
  flex-basis: 50%;
}
@media screen and (min-width: 768px), print {
  .floating-menu .btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .floating-menu .btn {
    width: 350px;
  }
}
.floating-menu .btn span {
  white-space: nowrap;
}
.floating-menu .btn:before, .floating-menu .btn:after {
  border-radius: 0;
}
.floating-menu .btn-01:before, .floating-menu .btn-01:after {
  border-right: none;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .floating-menu .btn-01:before, .floating-menu .btn-01:after {
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (min-width: 768px), print {
  .floating-menu.scrolling {
    opacity: 0;
  }
}

#site-footer {
  position: relative;
}
#site-footer .section-inner {
  padding: 35px 20px 45px;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner {
    padding: 20px;
  }
}
#site-footer .logo {
  max-width: 420px;
}
#site-footer .info {
  font-size: 14px;
  font-weight: 400;
}
#site-footer .info address {
  display: block;
  font-style: normal !important;
}
#site-footer .info a[href^="tel:"] {
  display: block;
  color: #000;
}
#site-footer .sns {
  gap: 17px;
}
@media screen and (max-width: 767px) {
  #site-footer .sns {
    margin-top: 30px;
  }
}
#site-footer .sns a {
  display: block;
  width: 43px;
  height: 43px;
}
#site-footer .copyright {
  background-color: #000;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
}
@media screen and (max-width: 991px) {
  #site-footer .copyright {
    padding-bottom: 80px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  	&-close {
  		position: absolute;
  		top: 20px;
  		right: 20px;

  		@include valiables_mixins.media(pc) {
  			top: 35px;
  			right: 35px;	
  		}

  		a {
  			display: block;
  			width: 40px;
  			height: 40px;
  			position: relative;
  			background-color: #749563;

  			@include valiables_mixins.media(tablet) {
  				width: 58px;
  				height: 58px;	
  			}

  			&:before {
  				content: "";
  				display: block;
  				width: 20px;
  				height: 3px;
  				background-color: #fff;
  				position: absolute;
  				top: 17px;
  				left: 10px;
  				transform: rotate(-45deg);

  				@include valiables_mixins.media(tablet) {
  					top: 28px;
  					left: 20px;
  				}
  			}
  			&:after {
  				content: "";
  				display: block;
  				width: 20px;
  				height: 3px;
  				background-color: #fff;
  				position: absolute;
  				top: 17px;
  				left: 10px;
  				transform: rotate(45deg);

  				@include valiables_mixins.media(tablet) {
  					top: 28px;
  					left: 20px;
  				}
  			}
  		}
  	}
  */
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(228, 242, 250, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.modal-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-real .modal-wrap {
    width: calc(100vw - 40px);
  }
}
.modal-real .img img {
  display: block;
  border-radius: 20px;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}
.modal-real .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 768px), print {
  .modal-real .modal-close {
    top: 10px;
    right: 10px;
  }
}
.modal-snap .modal-wrap {
  background-image: url(../img/text_05.svg), url(../img/text_06.svg), url(../img/bg_15.jpg);
  background-position: top left, bottom right, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  border-radius: 35px;
  width: calc(100vw - 30px);
  height: auto;
  border: 1px solid #000;
}
@media screen and (min-width: 768px), print {
  .modal-snap .modal-wrap {
    width: calc(100vw - 60px);
  }
}
.modal-snap .modal-content {
  max-width: var(--content-width);
  height: calc(100vh - 100px);
  overflow-y: scroll;
  margin: 0 auto 0;
  padding: 50px 20px 30px;
}
@media screen and (min-width: 992px) {
  .modal-snap .modal-content {
    height: auto;
    overflow-y: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .modal-snap .modal-content > .flex {
    display: block;
  }
}
.modal-snap .modal-content .img {
  flex-basis: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-snap .modal-content .img img {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .modal-snap .modal-content .img img {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .modal-snap .modal-content .img img {
    width: auto;
    height: calc(100vh - 120px);
    max-height: 658px;
  }
}
.modal-snap .modal-content .text {
  flex-basis: 50%;
}
@media screen and (max-width: 991px) {
  .modal-snap .modal-content .text {
    margin-top: 20px;
  }
}
.modal-snap .modal-content .text .point {
  height: 325px;
  background-image: url(../img/bg_14_sp.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal-snap .modal-content .text .point {
    background-image: url(../img/bg_14.svg);
    background-size: cover;
    transform: translate(0, -10%);
    width: 80vw;
    height: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .modal-snap .modal-content .text .point {
    width: 100%;
    margin: 0;
    background-size: cover;
  }
}
.modal-snap .modal-content .text .point h3 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal-snap .modal-content .text .point h3 {
    width: 30vw;
    transform: translate(15%, 0);
  }
}
@media screen and (min-width: 768px), print {
  .modal-snap .modal-content .text .point h3 {
    width: 15vw;
    transform: translate(50%, 0);
  }
}
@media screen and (min-width: 992px) {
  .modal-snap .modal-content .text .point h3 {
    width: auto;
    transform: translate(15%, -40%);
  }
}
.modal-snap .modal-content .text .point p {
  width: 70%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .modal-snap .modal-content .text .point p {
    width: 75%;
    font-size: 13px;
  }
}
.modal-snap .modal-content .text .point .camera {
  bottom: 0;
  right: 0;
  transform: translate(-80%, 80%);
}
@media screen and (max-width: 991px) {
  .modal-snap .modal-content .text .point .camera {
    width: 12vw;
    transform: translate(-10%, 10%);
  }
}
.modal-snap .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .modal-snap .modal-close {
    width: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .modal-snap .modal-close {
    top: 10px;
    right: 10px;
  }
}
.modal-snap .modal-close img {
  width: 83px;
}
.modal-joblist .modal-wrap {
  width: calc(100vw - 40px);
  max-width: var(--content-width);
}
.modal-joblist .modal-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  bottom: -8px;
  right: -8px;
}
.modal-joblist .modal-content {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  height: calc(100vh - 40px);
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .modal-joblist .modal-content {
    padding: 30px 60px;
  }
}
.modal-joblist h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}
.modal-joblist dl {
  font-size: 14px;
  padding-left: 1em;
}
.modal-joblist dl dt {
  position: relative;
}
.modal-joblist dl dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ADD5D5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -40%);
}
.modal-joblist dl dd {
  margin-top: 0.7em;
}
.modal-joblist dl dd + dt {
  margin-top: 1.2em;
}
.modal-joblist .textright small {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 0 3px;
}
.modal-joblist .modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 768px), print {
  .modal-joblist .modal-close {
    top: 10px;
    right: 10px;
  }
}
.modal-joblist .modal-close img {
  width: 83px;
}

/* --------------- Animation --------------- */
@keyframes shine {
  33% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(100%);
  }
}
@keyframes poki {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.anim-poki {
  animation: poki 1.5s steps(2) infinite;
}

/* --------------- Common --------------- */
#main {
  position: relative;
  overflow: hidden;
}

.parts {
  position: absolute;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px), print {
  .btn {
    gap: 10px;
  }
}
.btn span {
  font-weight: bold;
  text-align: center;
}
.btn.is-icon .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.is-icon .ico {
    right: 16px;
  }
}
.btn.is-icon-left {
  padding-left: 50px;
}
@media screen and (min-width: 992px) {
  .btn.is-icon-left {
    padding-left: 100px;
  }
}
.btn.is-icon-left .ico {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.is-icon-left .ico {
    left: 30px;
  }
}
.btn-01 {
  width: 100%;
  height: 65px;
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .btn-01 {
    width: 350px;
    height: 71px;
  }
}
.btn-01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 36px;
  border: 1px solid #000;
  position: absolute;
  z-index: 1;
  transform: translateY(6px);
}
.btn-01:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #96EAEA;
  border-radius: 36px;
  border: 1px solid #000;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.btn-01 span, .btn-01 i {
  position: relative;
  z-index: 10;
}
.btn-01 span {
  display: block;
  padding-right: 30px;
}
.btn-01:hover {
  opacity: 1;
}
.btn-01:hover:after {
  background-color: #68FAFA;
}
.btn-02 {
  width: 100%;
  height: 65px;
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .btn-02 {
    width: 350px;
    height: 71px;
  }
}
.btn-02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 36px;
  border: 1px solid #000;
  position: absolute;
  z-index: 1;
  transform: translateY(6px);
}
.btn-02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF898;
  border-radius: 36px;
  border: 1px solid #000;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.btn-02 span, .btn-02 i {
  position: relative;
  z-index: 10;
}
.btn-02 span {
  display: block;
  padding-right: 30px;
}
.btn-02:hover {
  opacity: 1;
}
.btn-02:hover:after {
  background-color: #FCF15A;
}
.btn-03 {
  display: inline-block;
  padding: 1em 1em;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .btn-03 {
    width: 495px;
    padding: 1.5em 1em;
  }
}
.btn-03:after {
  content: "";
  width: 54px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.btn-03 span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-03 span {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .btn-03 span {
    font-size: 20px;
  }
}

.ico {
  display: inline-block;
}
.ico-arrow {
  width: 25px;
  height: 25px;
  background-image: url(../img/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .ico-arrow {
    width: 32px;
    height: 32px;
  }
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 {
    margin-bottom: 80px;
    font-size: 36px;
  }
}
.com-ttl-01 .en {
  font-size: 0.694444444em;
  color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.com-ttl-01 .en:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-secondary);
}
.com-ttl-01 .en:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-secondary);
}

.com-label-01 {
  width: 43px;
  height: 43px;
  line-height: 43px;
  background-color: #fff;
  color: var(--color-primary) !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .com-label-01 {
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
  }
}
.com-label-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--color-marker);
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .com-label-02 {
    width: 152px;
    height: 152px;
  }
}
.com-label-02 span {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .com-label-02 span {
    font-size: 33px;
  }
}
.com-label-03 {
  border: 3px solid var(--color-primary);
  background-color: #fff;
  font-size: 16px;
  color: var(--color-primary);
  text-align: center;
  padding: 0.2em;
  border-radius: 30px;
  white-space: nowrap;
  width: 80%;
}
@media screen and (min-width: 768px), print {
  .com-label-03 {
    min-width: 450px;
    font-size: 24px;
  }
}

.com-cta {
  background-image: url(../img/bg_cta_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .com-cta {
    background-image: url(../img/bg_cta.jpg);
  }
}
@media screen and (max-width: 767px) {
  .com-cta .section-inner {
    padding: 70px 20px 100px;
  }
}
.com-cta h2 {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px), print {
  .com-cta h2 {
    margin-bottom: 42px;
    text-align: center;
  }
}
.com-cta .buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .com-cta .buttons {
    flex-direction: column;
    gap: 5px;
  }
}
.com-cta .parts.wp {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  .com-cta .parts.wp {
    width: 30vw;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(10%, 20%) rotate(15deg);
  }
}
.com-cta .parts.chara09 {
  top: 0;
  left: calc(50% - var(--content-width) / 2);
  transform: translate(-80%, 15%);
}
@media screen and (max-width: 991px) {
  .com-cta .parts.chara09 {
    width: 14vw;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(-130%, 5%);
  }
}
.com-cta .parts.chara10 {
  bottom: 0;
  left: calc(50% - var(--content-width) / 2);
  transform: translate(-100%, -12%);
}
.com-cta .parts.chara11 {
  top: 0;
  left: calc(50% + var(--content-width) / 2);
  width: 199px;
  transform: translate(-80%, 20%);
}
@media screen and (max-width: 991px) {
  .com-cta .parts.chara11 {
    width: 30vw;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 10%);
  }
}
.com-cta .parts.chara12 {
  bottom: 0;
  left: calc(50% + var(--content-width) / 2);
  width: 216px;
}

/* --------------- Contents --------------- */
.fv {
  position: relative;
}
.fv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 70px;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .fv-title {
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .fv-title {
    top: 0;
    right: 0;
    background-image: url(../img/bg_01.jpg);
    background-position: top left;
    padding: 40px 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .fv-title {
    padding: 80px 20px 20px;
  }
}
.fv-title img {
  max-width: 45.641vw;
}
@media screen and (min-width: 992px) {
  .fv-title img {
    max-width: 227px;
  }
}
.fv-title .text-believe {
  transform: translate(-15px, 50px);
}
@media screen and (min-width: 992px) {
  .fv-title .text-believe {
    margin-top: -20px;
    transform: translate(0, 0);
  }
}
.fv-title .text-believe img {
  max-width: initial;
}
.fv .text-name {
  left: 20px;
  bottom: 40px;
  width: 54.5256410256vw;
}
@media screen and (min-width: 992px) {
  .fv .text-name {
    left: 0;
    bottom: 30px;
    max-width: 601.8px;
  }
}

.promotion {
  margin-top: 30px;
  background-image: url(../img/text_03.svg), url(../img/bg_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95% auto, cover;
}
@media screen and (min-width: 1400px) {
  .promotion {
    background-size: auto, cover;
  }
}
.promotion-video {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .promotion-video {
    width: 830px;
  }
}
.promotion-video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.promotion-video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.real {
  background-image: url(../img/bg_03.png);
  background-position: top left;
  padding: 75px 20px;
}
@media screen and (min-width: 992px) {
  .real {
    padding: 80px 0;
  }
}
.real .section-wrapper {
  background-color: #FFF898;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .real .section-wrapper {
    width: 92.5%;
    margin: 0 auto;
    border-radius: 110px;
  }
}
.real .section-inner {
  padding-top: 20px;
}
.real .section-inner h2 {
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .real .section-inner h2 {
    margin-top: 30px;
  }
}
.real .section-inner h2 img {
  width: 90%;
  max-width: 595px;
}
.real-gallery {
  gap: 5px;
}
.real-item {
  flex-basis: calc((100% - 5px) / 2);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .real-item {
    flex-basis: calc((100% - 15px) / 4);
  }
}
.real-item img {
  border-radius: 10px;
}
.real-item:hover {
  opacity: 0.8;
}
.real .parts.illust01 {
  top: 0;
  left: 0;
  transform: translate(-20%, 20%);
}
@media screen and (max-width: 991px) {
  .real .parts.illust01 {
    width: 26.4vw;
    transform: translate(-55%, -25%);
    z-index: 10;
  }
}
.real .parts.illust02 {
  left: 0;
  bottom: 0;
  transform: translate(-45%, -70%);
}
@media screen and (max-width: 991px) {
  .real .parts.illust02 {
    display: none;
  }
}
.real .parts.illust03 {
  top: 50%;
  right: 0;
  transform: translate(0, -150%);
}
@media screen and (max-width: 991px) {
  .real .parts.illust03 {
    display: none;
  }
}
.real .parts.illust04 {
  top: 50%;
  right: 0;
  transform: translate(20%, 100%);
}
@media screen and (max-width: 991px) {
  .real .parts.illust04 {
    display: none;
  }
}
.real .parts.illust05 {
  bottom: 0;
  right: 0;
  transform: translate(38%, -10%);
}
@media screen and (max-width: 991px) {
  .real .parts.illust05 {
    width: 26.4vw;
    transform: translate(20%, 70%);
    z-index: 10;
  }
}

.data {
  background-image: url(../img/bg_04.jpg);
  background-position: top center;
  background-size: auto 100%;
}
.data .section-inner {
  padding-top: 57px;
}
.data h2 {
  margin-bottom: 60px;
  text-align: center;
}
.data h2 img {
  width: 100%;
  max-width: 716px;
}
.datas {
  row-gap: 60px;
}
.data-item {
  flex-basis: 48.6734%;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  position: relative;
  padding: 70px 20px 20px;
  text-align: center;
}
.data-item h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 767px) {
  .data-item-03 {
    padding-bottom: 30vw;
  }
}
.data-item-03 .img {
  margin-left: -30px;
  transform: translateY(-20px);
}
.data-item-03 .text {
  bottom: 0;
  right: 0;
  transform: translate(-15%, -25%);
}
@media screen and (max-width: 767px) {
  .data-item-03 .text {
    transform: translate(-10%, -15%);
    width: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .data-item + .data-item {
    margin-top: 60px;
  }
}
.data-option {
  background-color: #ADD5D5;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: 52px;
  padding: 35px 20px 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .data-option {
    border-radius: 150px;
    padding: 35px 20px 20px 50px;
  }
}
.data .parts.chara01 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .data .parts.chara01 {
    width: 30vw;
  }
}
.data .parts.chara02 {
  top: 0;
  right: 0;
  transform: translate(-25%, 65%);
}
@media screen and (max-width: 767px) {
  .data .parts.chara02 {
    width: 32vw;
  }
}
.data .parts.chara03 {
  bottom: 0;
  left: 0;
  transform: translate(50%, -25%);
}
@media screen and (max-width: 767px) {
  .data .parts.chara03 {
    width: 20vw;
  }
}
.data .parts.chara04 {
  bottom: 0;
  left: 0;
}
.data .parts.chara05 {
  top: 0;
  left: 0;
  transform: translate(-10%, -20%);
}
@media screen and (max-width: 767px) {
  .data .parts.chara05 {
    width: 25vw;
    transform: translate(-20%, 10%);
  }
}
.data .parts.chara06 {
  bottom: 0;
  right: 0;
  transform: translate(35%, 18%);
}
@media screen and (max-width: 767px) {
  .data .parts.chara06 {
    width: 25vw;
    transform: translate(15%, 18%);
  }
}
.data .parts.chara07 {
  top: 50%;
  left: 0;
  transform: translate(-20px, -50%);
}
@media screen and (max-width: 991px) {
  .data .parts.chara07 {
    width: 25vw;
    top: 0;
    transform: translate(-20px, 0);
  }
}
.data .parts.chara08 {
  bottom: 0;
  right: 0;
  transform: translate(20%, -5px);
}
@media screen and (max-width: 991px) {
  .data .parts.chara08 {
    width: 29vw;
    bottom: auto;
    top: 20%;
    transform: translate(10px, 0);
  }
}

.course {
  background-color: #F0F4F8;
  background-image: url(../img/bg_05.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.course h2 {
  margin-bottom: 15px;
}
.course-box {
  position: relative;
}
.course-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.course-box .box-inner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .course-box .box-inner {
    padding: 32px 66px 53px;
  }
}
.course-box .box-inner h3 {
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.course-box .box-inner h3 span {
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .course-box .box-inner h3 span {
    font-size: 34px;
  }
}
.course-box .box-inner h3 small {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #000;
  padding: 0.1em 1em;
}
.course-box-01:before {
  background-color: #FFF898;
}
.course-box-01 .course-list a {
  display: inline-block;
  flex-basis: 31.5%;
}
@media screen and (max-width: 991px) {
  .course-box-01 .course-list a {
    width: 56.41vw;
  }
  .course-box-01 .course-list a + a {
    margin-top: 30px;
  }
}
.course-box-02 {
  max-width: 366px;
  margin: 0 0 27vw auto;
}
@media screen and (min-width: 768px), print {
  .course-box-02 {
    margin: 0 0 23vw 0;
  }
}
@media screen and (min-width: 992px) {
  .course-box-02 {
    margin: 0 5px 100px auto;
  }
}
@media screen and (min-width: 992px) {
  .course-box-02 .box-inner {
    padding: 35px 42px 20px;
  }
}
.course-box-02:before {
  background-color: #F0E7F5;
  bottom: -8px;
}
.course .label {
  gap: 10px;
}
.course .label li {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.3em 1em;
  border-radius: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .course .label li {
    font-size: 17px;
    padding: 0.3em 1em;
  }
}
.course .label li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.course-flow {
  background-image: url(../img/course_line_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  padding-top: 30vw;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px), print {
  .course-flow {
    background-image: url(../img/course_line_tb.png);
  }
}
@media screen and (min-width: 992px) {
  .course-flow {
    padding-top: 130px;
    background-image: url(../img/course_line.png);
    background-size: 100% auto;
    margin-bottom: 65px;
  }
}
.course-flow .left, .course-flow .right {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-flow .left, .course-flow .right {
    flex-basis: 73%;
  }
}
.course-flow .right {
  text-align: right;
  flex-basis: 27%;
}
@media screen and (min-width: 768px), print {
  .course-flow .right {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  .course-flow .right {
    flex-basis: 27%;
  }
}
.course .end {
  position: relative;
  transform: translate(0, -10px);
}
.course .parts.illust06 {
  top: 0;
  left: 0;
  transform: translate(0, 45%);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .course .parts.illust06 {
    display: none;
  }
}
.course .parts.illust07 {
  top: 0;
  right: 0;
  transform: translate(-40%, 20%);
}
@media screen and (max-width: 767px) {
  .course .parts.illust07 {
    display: none;
  }
}
.course .parts.illust08 {
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .course .parts.illust08 {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .course .parts.illust08 {
    width: 20vw;
    transform: translate(-25%, -55%);
  }
}
@media screen and (min-width: 992px) {
  .course .parts.illust08 {
    transform: translate(-10%, -55%);
  }
}
.course .parts.illust09 {
  bottom: 0;
  right: 0;
  transform: translate(30%, 20%);
}
@media screen and (max-width: 991px) {
  .course .parts.illust09 {
    width: 30vw;
    transform: translate(10%, 20%);
  }
}
.courses {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px), print {
  .courses {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .courses {
    --margin: calc((100vw - var(--content-width) + 80px) / 2 * -1);
    margin-left: var(--margin);
    margin-right: var(--margin);
  }
}
.course-item {
  width: calc(100vw - 40px);
  padding: 20px 20px 50px;
  border-radius: 30px;
  border: 1px solid #000;
  position: relative;
  margin: 0 20px 20px;
}
@media screen and (min-width: 992px) {
  .course-item {
    width: 980px;
    padding: 46px 80px 70px;
    margin-bottom: 50px;
    border-radius: 110px;
  }
}
.course-item h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .course-item h3 {
    margin-bottom: 20px;
  }
}
.course-item h3 small {
  display: inline-block;
  font-size: 14px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #000;
}
.course-item h3 span {
  font-size: 5.5vw;
}
@media screen and (min-width: 768px), print {
  .course-item h3 span {
    font-size: 28px;
  }
}
.course-item h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .course-item h4 {
    margin-top: 20px;
  }
}
.course-item h4 span {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  padding: 0.3em 1.2em;
  border: 1px solid #000;
  border-radius: 20px;
}
.course-item h4 + p {
  margin-bottom: 0.6em;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .course-item h4 + p {
    font-size: 16px;
  }
}
.course-item .img {
  flex-basis: 54%;
}
.course-item .img img {
  border-radius: 20px;
}
.course-item .text {
  flex-basis: 42.1951%;
}
.course-item .parts {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.course-item .parts img {
  margin: auto;
}
.course-item.design {
  background-color: #FFF898;
}
.course-item.technical {
  background-color: #ADD5D5;
}
.course-item.promo {
  background-color: #CADFEB;
}
.course-item.research {
  background-color: #F0E7F5;
}
.course .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.course .slick-dots button {
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
}
.course .slick-dots li:nth-of-type(1) button {
  background-color: #FFF898;
}
.course .slick-dots li:nth-of-type(2) button {
  background-color: #ADD5D5;
}
.course .slick-dots li:nth-of-type(3) button {
  background-color: #CADFEB;
}
.course .slick-dots li:nth-of-type(4) button {
  background-color: #F0E7F5;
}
.course .shikaku {
  margin-top: 40px;
  position: relative;
}
.course .shikaku:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #ADD5D5;
  border: 1px solid #000;
  border-radius: 0 20px 20px 20px;
  z-index: 1;
}
.course .shikaku-inner {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 10;
  border-radius: 0 20px 20px 20px;
  padding: 100px 20px 20px;
}
@media screen and (min-width: 768px), print {
  .course .shikaku-inner {
    padding: 80px 60px 45px;
  }
}
.course .shikaku-inner > .flex {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .course .shikaku-inner > .flex > div {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 992px) {
  .course .shikaku-inner > .flex > div {
    flex-basis: auto;
  }
}
.course .shikaku-inner h3 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .course .shikaku-inner h3 {
    width: calc(100% + 1px);
    transform: translate(0, -1px);
  }
}
.course .shikaku-inner h3 span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.2em 1em;
}
@media screen and (max-width: 767px) {
  .course .shikaku-inner h3 span {
    width: 100%;
    text-align: center;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 768px), print {
  .course .shikaku-inner h3 span {
    font-size: 22px;
  }
}
.course .shikaku-inner h4 {
  margin-bottom: 15px;
}
.course .shikaku-inner h4 span {
  display: inline-block;
  color: #4D1796;
  font-size: 16px;
  padding: 0.3em 1em;
  background-color: #F0E7F5;
  border: 1px solid #4D1796;
  border-radius: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .course .shikaku-inner h4 span {
    font-size: 16px;
  }
}
.course .shikaku-inner p {
  font-size: 15px;
  line-height: 2;
  padding: 0 0 0 1em;
}
.course .shikaku-inner p + h4 {
  margin-top: 15px;
}
.course-slider-control {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .course-slider-control {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .course-slider-control {
    margin-top: 35px;
  }
}
.course-slider-control .arrow {
  width: 43px;
  height: 43px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-slider-control .arrow.prev:before {
  content: "";
  display: inline-block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
  width: 9px;
  height: 8px;
}
.course-slider-control .arrow.next:before {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  width: 9px;
  height: 8px;
}
.course-slider-control .paging {
  font-size: 18px;
}

.snap {
  padding: 35px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .snap {
    padding: 70px 0;
  }
}
.snap:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 140px);
  background-image: url(../img/bg_06.png);
  background-position: top left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 0 30vw 30vw 0;
  border: 1px solid #000;
}
@media screen and (min-width: 768px), print {
  .snap:before {
    height: calc(100% - 100px);
  }
}
@media screen and (min-width: 992px) {
  .snap:before {
    width: calc(100% - 45px);
    height: calc(100% - 140px);
    border-radius: 0 500px 500px 0;
  }
}
@media screen and (min-width: 768px), print {
  .snap .section-inner > .flex {
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .snap .section-inner > .flex {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .snap .section-inner > .flex {
    gap: 86px;
    margin-left: calc((100vw - var(--content-width) - 80px) / 2 * -1);
    margin-right: calc((100vw - var(--content-width) + 80px) / 2 * -1);
  }
}
.snap .section-inner > .flex .text {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .snap .section-inner > .flex .text {
    width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .snap .section-inner > .flex .text {
    width: 415px;
  }
}
.snap .section-inner > .flex .text p {
  margin-top: 1em;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .snap .section-inner > .flex .text p {
    padding-left: 10px;
    font-size: 18px;
  }
}
.snap .section-inner > .flex .text > .only-pc {
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .snap-slider {
    margin-top: 25px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .snap-slider {
    width: calc(100vw - 330px - 20px);
  }
}
@media screen and (min-width: 992px) {
  .snap-slider {
    width: calc(100vw - 415px - 80px - 86px);
  }
}
.snap-slider-control {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .snap-slider-control {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .snap-slider-control {
    margin-top: 50px;
    padding-right: 120px;
  }
}
.snap-slider-control .arrow {
  width: 43px;
  height: 43px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.snap-slider-control .arrow.prev:before {
  content: "";
  display: inline-block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
  width: 9px;
  height: 8px;
}
.snap-slider-control .arrow.next:before {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  width: 9px;
  height: 8px;
}
.snap-slider-control .paging {
  font-size: 18px;
}
.snap-item {
  cursor: pointer;
  position: relative;
  width: calc(100vw - 30px);
}
@media screen and (max-width: 767px) {
  .snap-item {
    width: calc(100vw - 40px);
    margin-right: 20px;
  }
}
.snap-item:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.snap-item img {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .snap-item {
    width: 409px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .snap-item:hover img {
    opacity: 0.8;
  }
}
.snap .parts.chara14 {
  bottom: 0;
  right: 0;
  transform: translate(15%, 40%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .snap .parts.chara14 {
    display: none;
  }
}

.show {
  background-image: url(../img/bg_07.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.show-movie {
  margin-top: 30px;
}
.show-movie .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.show-movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show-photos {
  margin-top: 17px;
  margin-bottom: 42px;
}

.contest {
  background-color: rgba(8, 8, 8, 0.87);
}
.contest > .flex .text {
  flex-basis: 380px;
  background-image: url(../img/bg_08.svg);
  background-position: top center;
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  .contest > .flex .text {
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contest > .flex .text h2 {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .contest > .flex .text h2 {
    text-align: center;
  }
}
.contest > .flex .text p {
  margin-bottom: 2em;
  line-height: 2;
  color: #fff;
}
.contest > .flex .text .btn {
  width: 100%;
  background: linear-gradient(to right, #d7b956 0%, #937515 100%);
  border: none;
  padding: 1.3em 1em;
}
.contest > .flex .text .btn span {
  text-shadow: 0 0 6px #6C5611;
  font-weight: 500;
}
.contest > .flex .img {
  flex-basis: calc(100vw - 380px);
}

.support {
  position: relative;
  padding-top: 50px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px), print {
  .support {
    padding-top: 130px;
  }
}
.support:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #F5F8FA;
  background-image: url(../img/bg_09.png);
  background-position: top left;
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 0 30vw 0 0;
}
@media screen and (min-width: 992px) {
  .support:before {
    width: calc(100% - 45px);
    height: calc(100% - 195px);
    border-radius: 0 420px 0 0;
    top: 130px;
  }
}
.support h2 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .support h2 {
    margin-bottom: 77px;
  }
}
@media screen and (min-width: 992px) {
  .support h2 {
    text-align: center;
  }
}
.support .parts.illust10 {
  top: 0;
  right: 0;
  transform: translate(0, -25%);
}
@media screen and (max-width: 767px) {
  .support .parts.illust10 {
    width: 30vw;
    transform: translate(10%, -15%);
  }
}
.support-item {
  flex-basis: 31.836%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 44px 20px 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .support-item {
    padding: 44px 25px 30px;
  }
}
.support-item:before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support-item h3 {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .support-item h3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .support-item h3 {
    font-size: 18px;
  }
}
.support-item h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(../img/line_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.support-item p {
  line-height: 2.2;
}
.support-item:nth-of-type(1):before {
  background-image: url(../img/num_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.support-item:nth-of-type(2):before {
  background-image: url(../img/num_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.support-item:nth-of-type(3):before {
  background-image: url(../img/num_03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .support-item + .support-item {
    margin-top: 45px;
  }
}
.support .photos {
  margin-top: 20px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .support .photo-item {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px), print {
  .support .photo-item {
    flex-basis: 48.6%;
  }
}
@media screen and (min-width: 992px) {
  .support .photo-item {
    flex-basis: 49%;
  }
}
.support .photo-slider {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
.support .slick-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.support .slick-dots button {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  appearance: none;
  padding: 0;
}
.support .slick-dots li:nth-of-type(1) button {
  background-color: #CADFEB;
}
.support .slick-dots li:nth-of-type(2) button {
  background-color: #ADD5D5;
}
.support .slick-dots li:nth-of-type(3) button {
  background-color: #F0E7F5;
}
.support .slick-dots li:nth-of-type(4) button {
  background-color: #FFF898;
}
.support .button {
  position: relative;
  margin-top: 40px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .support .button:hover {
    opacity: 0.7;
  }
}
.support .button:before {
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  bottom: -7px;
  right: 0;
  z-index: 1;
}
.support .button span {
  display: block;
  position: relative;
  z-index: 10;
  width: calc(100% - 7px);
  height: 87px;
  line-height: 87px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 20px;
  text-align: center;
}
.support .button span:after {
  content: "";
  display: block;
  width: 49px;
  height: 35px;
  background-image: url(../img/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
}

.campus {
  padding: 0 0 73px;
  position: relative;
}
.campus:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 77px);
  background-image: url(../img/bg_11.png), url(../img/bg_10.jpg);
  background-position: top 214px center, top center;
  background-repeat: no-repeat, repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  border-radius: 80px;
  border: 1px solid #000;
}
@media screen and (min-width: 992px) {
  .campus:before {
    width: calc(100% - 66px);
  }
}
.campus .section-inner {
  z-index: 10;
  padding-top: 50px;
}
.campus .section-inner > .flex .text {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .campus .section-inner > .flex .text {
    flex-basis: 380px;
  }
}
@media screen and (min-width: 992px) {
  .campus .section-inner > .flex .text {
    flex-basis: 333px;
  }
}
.campus .section-inner > .flex .img {
  margin-left: -20px;
  margin-right: -10px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .campus .section-inner > .flex .img {
    flex-basis: calc(100% - 380px);
  }
}
@media screen and (min-width: 992px) {
  .campus .section-inner > .flex .img {
    flex-basis: calc(100% - 333px);
    margin-right: -100px;
  }
}
.campus h2 {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .campus h2 img {
    width: 60%;
    margin-left: 10px;
  }
}
.campus p {
  line-height: 2;
}
.campus-gallery {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 992px) {
  .campus-gallery {
    --margin: calc((100vw - var(--content-width) + 80px) / 2 * -1);
    margin-left: var(--margin);
    margin-right: var(--margin);
  }
}
.campus-item {
  width: calc(100vw - 40px);
  margin: 0 5px;
}
@media screen and (min-width: 768px), print {
  .campus-item {
    width: 438px;
  }
}
.campus .parts.chara15 {
  top: 0;
  right: 0;
  transform: translate(140%, 20%);
}
@media screen and (max-width: 767px) {
  .campus .parts.chara15 {
    width: 30vw;
    z-index: 10;
    transform: translate(0, 10%);
  }
}
.campus .parts.chara16 {
  bottom: 0;
  right: 0;
  transform: translate(20%, 60px);
}
@media screen and (max-width: 767px) {
  .campus .parts.chara16 {
    width: 40vw;
  }
}

.event .flex .img {
  flex-basis: 53.857%;
}
.event .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.event .flex .text {
  flex-basis: 46.143%;
  background-image: url(../img/bg_12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 25px 35px 35px;
}
@media screen and (min-width: 768px), print {
  .event .flex .text {
    padding: 25px;
  }
}
.event .flex .text h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .event .flex .text h2 {
    margin-bottom: 24.5px;
  }
}
.event .flex .text p {
  margin-bottom: 10px;
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .event .flex .text p {
    margin-bottom: 40px;
  }
}