@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-family-default: "Noto Sans JP", "Roboto", sans-serif;
  --font-family-roman: "Roboto", sans-serif;
  --color-bg-default: #F6F2EC;
  --color-link-color: #222222;
  --color-font-default: #1A1A1A;
  --color-font-title: #1A1A1A;
  --color-font-ashirai: #DD516F;
  --color-beige: #D6C4A6;
  --color-orange: #ED8D37;
  --color-yellow: #FFEB03;
  --color-brown: #AD9265;
  --color-skyblue: #00D8FF;
  --color-purple: #9D59C1;
  --color-green: #4AB74F;
  --color-red: #D0121B;
  --color-pink: #EA7D85;
  --color-marker: #F1E44F;
  --gradient-button-01: linear-gradient(135deg, #8b7eab 0%,#78c1e7 100%);
  --gradient-button-02: linear-gradient(135deg, #eda876 0%,#e65b90 100%);
  --width-max-content: 1140px;
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
/* -----------------------
  COMMON
 ------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-family-default);
  font-weight: 400;
  color: var(--color-font-default);
  background-color: var(--color-bg-default);
}

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

h1, h2, h3, h4, h5 {
  color: var(--color-font-title);
}

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

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

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

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 20%);
  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);
}

.scroll_poyoyon.scroll_poyoyon_scrollin {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}

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

.container {
  padding: 0 20px;
}
@media screen and (min-width: 1160px) {
  .container {
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: var(--color-link-color);
  text-decoration: none;
  transition: all 0.3s ease;
  /*
  &[target="_blank"] {
  	display: inline-flex;
  	align-items: center;
  	gap: 5px;
  }
  */
}
a:not([class]) {
  text-decoration: none;
}
a:not([class]):hover {
  color: var(--color-key-02);
}
@media screen and (min-width: 1160px) {
  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: 1440px) {
  .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: 1160px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1160px) {
  .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: 768px), print {
  .only-w {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-w {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  .only-w {
    display: block !important;
  }
}

.flex {
  /*
  &.right {
  	justify-content: flex-end;
  }
  */
}
@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.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

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

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

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

/* ---------- 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(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes arrowlong02 {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes pointerClick {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    opacity: 1;
    rotate: 10deg;
    translate: 60px -70px;
  }
  10% {
    opacity: 1;
    rotate: 0deg;
    translate: 40px -70px;
  }
  40% {
    opacity: 1;
    rotate: -20deg;
    translate: 10px 0;
  }
  50% {
    opacity: 1;
    rotate: -30deg;
    translate: 0 -10px;
  }
  60% {
    opacity: 1;
    rotate: -40deg;
    translate: -10px 0;
  }
  70% {
    opacity: 1;
    rotate: -55deg;
    translate: -15px -4px;
  }
  80% {
    opacity: 1;
    rotate: -57deg;
    translate: -18px 0;
  }
  90% {
    opacity: 1;
    translate: -20px -2px;
    rotate: -59deg;
  }
  100% {
    opacity: 1;
    rotate: -63deg;
    translate: -21px 0;
  }
}
@keyframes return {
  0% {
    opacity: 1;
    rotate: -63deg;
    translate: -21px 0;
  }
  40% {
    opacity: 1;
    rotate: -100deg;
    translate: -41px 0;
  }
  80% {
    opacity: 1;
    rotate: 10deg;
    translate: 10px 0;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    translate: 0 0;
  }
}
#site-header {
  width: 100%;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  #site-header {
    top: 75px;
  }
}
#site-header .section-inner {
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  max-width: initial;
}
@media screen and (min-width: 768px), print {
  #site-header .section-inner {
    height: 70px;
    padding: 0 40px;
  }
}
#site-header .site-logo img {
  max-width: 182.7px;
}
@media screen and (max-width: 767px) {
  #site-header .site-logo img {
    width: 33.826667vw;
  }
}
#site-header .header-navigation {
  position: fixed;
  top: 42px;
  right: 8px;
  width: calc(100vw - 16px);
  max-height: calc(100vh - 42px - 60px);
  overflow-y: scroll;
  z-index: 105;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 25px 0;
  transform: translate(calc(100% + 12px), 0);
  border-radius: 20px;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    display: flex;
    align-items: center;
    top: 45px;
    max-width: 886px;
    height: calc(100vh - 90px);
    max-height: 820px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1160px) {
  #site-header .header-navigation {
    padding: 60px 0;
  }
}
#site-header .header-navigation .inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  gap: 15px;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .inner {
    width: 80%;
    gap: 30px;
  }
}
@media screen and (min-width: 1160px) {
  #site-header .header-navigation .inner {
    min-height: 550px;
    overflow-y: scroll;
  }
}
#site-header .header-navigation .inner img {
  width: auto;
}
#site-header .header-navigation.is-active {
  transform: translate(0, 0);
  opacity: 1;
}
#site-header .primary-menu ul:not([class]) {
  border-top: 1px dashed #fff;
}
#site-header .primary-menu ul:not([class]) > li {
  border-top: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul:not([class]) > li {
    flex-basis: 49%;
    width: 48%;
    float: left;
  }
}
#site-header .primary-menu ul:not([class]) > li > a {
  display: block;
  font-weight: 500;
  position: relative;
  padding: 1.2em 1em 1.2em 0;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul:not([class]) > li > a {
    padding: 1.5em 1em 1.5em 0;
  }
}
@media screen and (min-width: 1160px) {
  #site-header .primary-menu ul:not([class]) > li > a {
    padding: 2em 0;
    font-size: 18px;
  }
}
#site-header .primary-menu ul:not([class]) > li > a .ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul:not([class]) > li:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul:not([class]) > li:nth-of-type(5) {
    border-bottom: 1px solid #D5D5D5;
  }
}
#site-header .primary-menu ul:not([class]) > li:last-of-type {
  margin-right: 0;
  border-bottom: 1px solid #D5D5D5;
}
#site-header .primary-menu .sub-menu {
  margin-top: -10px;
  padding-left: 18px;
  padding-bottom: 20px;
}
#site-header .primary-menu .sub-menu li a {
  display: block;
  padding: 0.3em 0;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu .sub-menu li a {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  #site-header .secondary-menu {
    display: none;
  }
}
#site-header .secondary-menu .flex {
  gap: 20px;
}
#site-header .secondary-menu a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#site-header .nav-toggle {
  width: 74px;
  height: 31px;
  display: block;
  position: fixed;
  top: 52px;
  right: 20px;
  z-index: 110;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 20px;
  background-color: var(--color-red);
  border: 1px solid var(--color-font-default);
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    top: 80px;
    right: 40px;
    width: 95px;
    height: 40px;
  }
}
#site-header .nav-toggle:hover {
  filter: brightness(1.2);
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 18px;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: transform 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  top: 50%;
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -6px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(1) {
    transform: translate(-50%, -7px);
  }
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}
#site-header .nav-toggle span:nth-child(3) {
  transform: translate(-50%, 6px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(3) {
    transform: translate(-50%, 7px);
  }
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(45deg);
}
#site-header .nav-toggle.is-active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}

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

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1160px) {
  .floating-menu {
    right: 40px;
  }
}
.floating-menu .floating-navigation {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  .floating-menu .floating-navigation {
    gap: 7px;
  }
}
.floating-menu .floating-navigation a {
  display: block;
}
@media screen and (max-width: 1159px) {
  .floating-menu .floating-navigation a {
    flex-basis: 50%;
  }
  .floating-menu .floating-navigation a img {
    width: 100%;
  }
}
.floating-menu .floating-navigation a:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.floating-menu .floating-navigation a + a {
  margin-top: 7px;
}

#site-footer {
  background-color: var(--color-font-default);
}
@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .section-inner {
    padding: 90px 20px;
  }
}
#site-footer .footer-info {
  flex-basis: 50%;
  color: #fff;
  font-size: 14px;
}
#site-footer .footer-info .logo {
  margin-bottom: 25px;
}
#site-footer .footer-info .logo img {
  max-width: 250.98px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-info .logo img {
    width: 70%;
  }
}
#site-footer .footer-info .information p + p {
  margin-top: 0.5em;
}
#site-footer .footer-info .information .tel a {
  color: #fff;
}
#site-footer .footer-info .sns {
  margin-top: 24px;
  display: inline-block;
}
#site-footer .footer-info .sns .ttl {
  position: relative;
  margin-bottom: 0.5em;
}
#site-footer .footer-info .sns .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#site-footer .footer-info .sns .ttl span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 0 1em 0 0;
  background-color: var(--color-font-default);
}
#site-footer .footer-info .sns .flex {
  gap: 16px;
}
#site-footer .footer-cta {
  flex-basis: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta {
    margin-top: 30px;
  }
}

.copyright {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 0 1em;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-family-roman);
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  .copyright {
    padding: 1em;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .pagetop {
    bottom: 80px;
    right: 20px;
  }
}

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

@media screen and (min-width: 1160px) {
  *.is-hover-scale:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  margin-bottom: 1em;
}
.com-ttl-01 .en {
  font-family: var(--font-family-roman);
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .com-ttl-01 .en {
    font-size: 14px;
  }
}
.com-ttl-01 .en.border {
  border: 1px solid var(--color-font-default);
  background-color: #fff;
  padding: 0.2em;
  width: 180px;
  margin-bottom: 12px;
}
.com-ttl-01 .ja {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl-01 .ja {
    font-size: 22px;
  }
}
.com-ttl-02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.com-ttl-02 span {
  display: inline-block;
  border: 1px solid var(--color-font-default);
  background-color: var(--color-bg-default);
  padding: 0 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 1160px) {
  .com-ttl-02 span {
    font-size: 26px;
  }
}
.com-ttl-02 span:nth-of-type(2) {
  transform: translateY(-1px);
}
.com-ttl-02 span:nth-of-type(3) {
  transform: translateY(-2px);
}
.com-ttl-02 span.en {
  background-color: var(--color-brown);
  font-size: 14px;
  letter-spacing: 0;
  font-family: var(--font-family-roman);
  font-weight: 400;
  color: #fff;
}

.com-label-01 {
  font-size: 13px;
  padding: 0 1em;
  background-color: var(--color-yellow);
  display: inline-block;
  border: 1px solid var(--color-font-default);
  border-radius: 20px;
}
.com-label-02 {
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
  background-color: #fff;
  border: 1px solid var(--color-font-default);
  padding: 0 1em;
  border-radius: 1em;
}
@media screen and (min-width: 768px), print {
  .com-label-02 {
    font-size: 18px;
  }
}
.com-label-03 {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid var(--color-font-default);
  padding: 0 0.5em;
  border-radius: 1em;
}
@media screen and (min-width: 768px), print {
  .com-label-03 {
    font-size: 13px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 0.5em 1em;
  position: relative;
}
.btn span {
  text-align: center;
  white-space: nowrap;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
  }
}
.btn.button00 {
  background-color: var(--color-font-default);
  border: 1px solid var(--color-font-default);
  font-size: 15px;
  padding: 1em;
  border-radius: 3em;
}
@media screen and (min-width: 768px), print {
  .btn.button00 {
    width: 366px;
  }
}
.btn.button00 span {
  color: #fff;
  letter-spacing: 0.1em;
}
.btn.button00 .ico {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.button00 .ico {
    right: 25px;
  }
}
.btn.button00:hover {
  opacity: 1;
  background-color: #fff;
}
.btn.button00:hover span {
  color: var(--color-font-default);
}
.btn.button00:hover .ico {
  background-image: url(../img/ico_arrow_right_b.svg);
}
.btn.button01 {
  background: var(--gradient-button-01);
}
.btn.button01 span {
  color: #fff;
}
.btn.button01:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.btn.button02 {
  background: var(--gradient-button-02);
}
.btn.button02 span {
  color: #fff;
}
.btn.button02:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.btn.cta01 {
  width: 100%;
  padding: 1em;
  border-radius: 3em;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .btn.cta01 {
    max-width: 400px;
    padding: 1.43em 2em;
    font-size: 18px;
  }
}

.ico {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ico.mail {
  width: 40px;
  height: 40px;
  background-image: url(../img/ico_mail.svg);
}
.ico.arrow-right {
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_arrow_right.svg);
}
.ico.arrow-right.black {
  background-image: url(../img/ico_arrow_right_b.svg);
}

.parts {
  position: absolute;
}

.slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  border: none;
  appearance: none;
  position: absolute;
  top: 62vw;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.slick-arrow:before {
  content: "→";
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 20px;
}
.slick-arrow.slick-prev {
  z-index: 100;
  left: 10px;
}
@media screen and (min-width: 1160px) {
  .slick-arrow.slick-prev {
    left: calc((100vw - var(--width-max-content)) / 2);
  }
}
.slick-arrow.slick-prev:before {
  transform: translate(-50%, -40%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 10px;
}
@media screen and (min-width: 1160px) {
  .slick-arrow.slick-next {
    right: calc((100vw - var(--width-max-content)) / 2);
  }
}
.slick-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  position: relative;
  z-index: 20;
}
.slick-controller .arrow {
  width: 42px;
  height: 42px;
  background-color: #1AAFED;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.slick-controller .arrow:hover {
  opacity: 0.8;
}
.slick-controller .arrow.prev:before {
  content: "→";
  display: inline-block;
  color: #fff;
  font-size: 17px;
  transform: rotate(-180deg);
}
.slick-controller .arrow.next:before {
  content: "→";
  display: inline-block;
  color: #fff;
  font-size: 17px;
}
.slick-controller .paging {
  font-size: 18px;
}

.text-slider .slick-slide {
  display: flex;
  align-items: center;
  gap: 3px;
}
.text-slider .slick-slide img {
  vertical-align: bottom;
}

.section-cta {
  background-image: url(../img/bg_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-cta {
    background-image: url(../img/bg_03_sp.jpg);
  }
}
.section-cta .section-inner {
  max-width: 1042px;
}
.section-cta h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section-cta h3 {
    font-size: 22px;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.section-cta .buttons {
  gap: 20px;
}
.section-cta .button {
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 1160px) {
  .section-cta .button {
    padding: 10px 26px;
  }
}
.section-cta .button p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  padding-right: 5px;
}
.section-cta .button p span {
  white-space: nowrap;
}
.section-cta .button p .en {
  font-size: 1.8em;
  font-family: var(--font-family-roman);
  font-weight: 600;
}
@media screen and (max-width: 1159px) {
  .section-cta .button p .en {
    font-size: 1.3em;
  }
}
.section-cta .button .arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section-cta .button .arrow .ico {
  background-image: url(../img/ico_arrow_right_brown.svg);
}
.section-cta .button.request {
  background-color: var(--color-brown);
  border: 2px solid var(--color-brown);
  color: #fff;
}
.section-cta .button.request:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color-brown);
}
.section-cta .button.request:hover .arrow {
  background-color: var(--color-brown);
}
.section-cta .button.request:hover .arrow .ico {
  background-image: url(../img/ico_arrow_right.svg);
}
.section-cta .button.event {
  background-color: var(--color-yellow);
  border: 2px solid var(--color-yellow);
}
.section-cta .button.event:hover {
  opacity: 1;
  background-color: #fff;
}
.section-cta .button.event:hover .arrow {
  background-color: var(--color-yellow);
}
.section-cta .button.event:hover .arrow .ico {
  background-image: url(../img/ico_arrow_right.svg);
}

/* ------------------
   CONTENTS
------------------ */
.fv {
  position: relative;
  /* スマホ以外 ver. */
}
@media screen and (min-width: 768px), print {
  .fv {
    height: 80vw;
  }
}
@media screen and (min-width: 1160px) {
  .fv {
    height: 810px;
  }
}
.fv:before {
  content: "";
  width: 110.442667vw;
  height: 41.757333vw;
  background-image: url(../img/fv_02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .fv:before {
    width: 69.375vw;
    height: 25.861111vw;
  }
}
@media screen and (min-width: 1160px) {
  .fv:before {
    width: 999.16px;
    height: 372.4px;
  }
}
.fv .section-inner {
  /* スマホ ver. */
}
@media screen and (max-width: 767px) {
  .fv .section-inner {
    padding-top: 75px;
  }
}
.fv .section-inner > .fv-img {
  margin-top: 5px;
  margin-right: -10px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .fv .section-inner > .fv-img {
    display: none;
  }
}
.fv .section-inner > .fv-img #bounce-character-sp {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.fv .section-inner > .fv-img .parts.char-d {
  width: 13.074667vw;
}
.fv .section-inner > .fv-img .parts.char-e {
  width: 17.2666vw;
}
.fv .section-inner > .fv-img .parts.char-o {
  width: 18.314667vw;
}
.fv .section-inner > .fv-img .parts.char-m {
  width: 26.882667vw;
}
.fv .fv-img-inner {
  position: relative;
  z-index: 10;
  padding-top: 25px;
}
.fv-text-slider {
  border-bottom: 1px solid var(--color-font-default);
}
.fv-text-slider p {
  white-space: nowrap;
  font-family: var(--font-family-roman);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.6em 0.3em;
}
@media screen and (max-width: 767px) {
  .fv-text-slider p {
    font-size: 12px;
  }
}
.fv-text-slider p img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv-text-slider p img {
    width: 8.29px;
  }
}
.fv > .fv-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px), print {
  .fv > .fv-img {
    width: 100%;
    max-width: 1376px;
  }
}
@media screen and (max-width: 767px) {
  .fv > .fv-img {
    display: none;
  }
}
.fv > .fv-img #bounce-character-pc {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 1;
}
.fv h1 {
  position: relative;
  z-index: 5;
}
.fv .parts.scroll-down {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 20px));
  width: 116px;
  height: 116px;
  background-color: var(--color-bg-default);
  border-radius: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv .parts.scroll-down {
    transform: translate(-50%, 50%);
  }
}
.fv .parts.scroll-down .base {
  animation: circle-anime 10s linear infinite;
}
.fv .parts.scroll-down .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.collection .section-inner {
  padding-top: 80px;
}
@media screen and (min-width: 768px), print {
  .collection .section-inner {
    padding-top: 140px;
  }
}
.collection .message {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 1160px) {
  .collection .message {
    line-height: 2.5;
  }
}
.collection h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px), print {
  .collection h2 {
    margin-bottom: -60px;
    margin-left: 20px;
    width: calc(100% - 30px);
  }
}
.collection-gallery {
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 1160px) {
  .collection-gallery {
    margin-top: 40px;
    margin-right: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
    margin-left: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
  }
}
.collection-item {
  padding: 5px;
}
@media screen and (min-width: 768px), print {
  .collection-item {
    padding: 10px;
  }
}
.collection-item img {
  border: 2px solid var(--color-font-default);
  border-radius: 16px;
  width: 30vw;
  max-width: 280px;
}
.collection-item:nth-of-type(even) {
  padding-top: 30px;
}
@media screen and (min-width: 1160px) {
  .collection-item:nth-of-type(even) {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .reason .section-inner {
    padding-top: 0;
  }
}
.reason-box {
  background-color: #fff;
  background-image: url(../img/bg_01.png);
  background-position: top left;
  border-radius: 20px;
  border: 1px solid var(--color-font-default);
  padding: 20px;
}
@media screen and (min-width: 1235px) {
  .reason-box {
    margin-left: -47px;
    margin-right: -47px;
    padding-left: 47px;
    padding-right: 47px;
    border-radius: 40px;
  }
}
.reason-item {
  border-top: 1px solid var(--color-font-default);
  padding: 30px 0;
}
@media screen and (min-width: 768px), print {
  .reason-item {
    padding: 40px 0;
  }
}
.reason-item .img {
  flex-basis: 53%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-item .img {
    margin-top: 25px;
  }
}
.reason-item .img img {
  width: 100%;
  max-width: 530px;
}
.reason-item .text {
  flex-basis: 45%;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .reason-item .text {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .reason-item .text {
    padding-left: 40px;
  }
}
.reason-item .text *:not(.num) {
  position: relative;
  z-index: 5;
}
.reason-item .text .num {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -50%);
  font-size: 23vw;
  color: var(--color-bg-default);
  z-index: 1;
  font-family: var(--font-family-roman);
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason-item .text .num {
    font-size: 63.2vw;
    transform: translate(0, -50%);
  }
}
.reason-item .text p {
  font-size: 14px;
  margin-top: 1em;
  max-width: 350px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .reason-item .text p {
    line-height: 2;
  }
}
.reason-item01 {
  padding-bottom: 60px;
}
.reason-item01 .img .flex .left {
  transform: translate(5%, 0);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .reason-item01 .img .flex .left {
    transform: translate(15%, 0);
  }
}
.reason-item01 .img .flex .right {
  transform: translate(0, 10%);
}
.reason-item02 .text {
  flex-basis: 38%;
}
.reason-item02 .img {
  flex-basis: 62%;
}
.reason-item02 .img .flex .left {
  transform: translate(5%, -5%);
}
@media screen and (min-width: 768px), print {
  .reason-item02 .img .flex .left {
    transform: translate(15%, -5%);
  }
}
.reason-item02 .img .flex .right {
  transform: translate(0, 10%);
  position: relative;
  z-index: 10;
}
.reason-item03 .img {
  flex-basis: 63.35%;
}
.reason-item03 .img .flex {
  gap: 16px;
}
.reason-item03 .img .flex img {
  display: block;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .reason-item03 .img .flex img {
    width: calc((100% - 16px) / 2);
  }
}
.reason-item03 .text {
  flex-basis: 36.65%;
}
@media screen and (min-width: 1160px) {
  .reason-item03 .text .num {
    transform: translate(3%, -50%);
  }
}
.reason .parts.ashirai01 {
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
}
.reason .parts.ashirai02 {
  top: 50%;
  right: 0;
  transform: translate(150%, -50%) rotate(180deg);
}

.pickup {
  border: 1px solid var(--color-font-default);
  background-color: var(--color-orange);
  background-image: url(../img/bg_02.png);
  background-position: top left;
  position: relative;
}
.pickup .heading {
  border-bottom: 1px solid var(--color-font-default);
}
.pickup .heading .com-ttl-01 {
  margin-bottom: 0;
  transform: translate(0, -16px);
}
.pickup .section-inner {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pickup .section-inner {
    padding-top: 150px;
  }
}
.pickup-text-slider {
  position: absolute;
  top: 30px;
  left: 0;
  transform: translate(0, 100%);
}
@media screen and (min-width: 1160px) {
  .pickup-text-slider {
    top: 0;
  }
}
.pickup-text-slider .text-slider-02 div {
  width: 311.418667vw;
}
@media screen and (min-width: 1160px) {
  .pickup-text-slider .text-slider-02 div {
    width: 2818px;
    height: 166.52px;
  }
}
.pickup .flex {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1159px) {
  .pickup .flex {
    display: block;
  }
}
.pickup .flex .text {
  flex-basis: 60%;
}
@media screen and (min-width: 768px), print {
  .pickup .flex .text {
    background-image: url(../img/pickup_02.png);
    background-position: bottom right -10vw;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1160px) {
  .pickup .flex .text {
    background-position: bottom right;
    padding-bottom: 188px;
    margin-right: 0;
  }
}
.pickup .flex .text h3 {
  margin-bottom: 50px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.pickup .flex .text h3 span {
  border: 1px solid var(--color-font-default);
  background-color: #fff;
  padding: 5px 8px;
  line-height: 1;
}
.pickup .flex .text h3 span.name {
  font-size: 1.75em;
}
.pickup .flex .text h3 span.name small {
  font-size: 0.5em;
}
.pickup .flex .img {
  flex-basis: 40%;
}
.pickup .flex .img-inner {
  text-align: center;
}
@media screen and (min-width: 1160px) {
  .pickup .flex .img-inner {
    margin-right: -50px;
    margin-left: -30px;
    text-align: left;
  }
}
.pickup .flex .img .comment {
  margin: -30px -10px -20px 0;
  position: relative;
  z-index: 10;
  text-align: right;
}
@media screen and (min-width: 1160px) {
  .pickup .flex .img .comment {
    display: none;
  }
}
.pickup .flex .img .comment img {
  width: 73.8666667vw;
  max-width: 277.94px;
}
@media screen and (max-width: 1159px) {
  .pickup-cta {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1160px) {
  .pickup-cta {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
  }
}
.pickup .profile-box {
  background-color: var(--color-orange);
  padding: 20px 15px;
  border: 3px solid var(--color-font-default);
  border-radius: 0 12px 12px 12px;
  max-width: 330px;
  position: relative;
}
.pickup .profile-box h4 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-3px, -100%);
  padding: 0.2em 1em;
  border-radius: 8px 8px 0 0;
  background-color: var(--color-font-default);
  color: #fff;
  font-family: var(--font-family-roman);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pickup .profile-box p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.pickup .parts.pickup02 {
  width: 156vw;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .pickup .parts.pickup02 {
    display: none;
  }
}
.pickup .parts.pickup04 {
  top: 0;
  right: 0;
  transform: translate(0, -30%);
}
@media screen and (max-width: 1159px) {
  .pickup .parts.pickup04 {
    display: none;
  }
}

.course {
  background: linear-gradient(180deg, var(--color-pink) 0%, var(--color-pink) 68%, transparent 68%, transparent 100%);
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .course {
    padding-bottom: 80px;
  }
}
.course .text-slider {
  padding: 5px 0 0;
}
@media screen and (min-width: 1160px) {
  .course .text-slider {
    padding: 40px 0 0;
  }
}
.course .text-slider p {
  padding-right: 10px;
}
.course .text-slider p img {
  display: inline-block;
}
.course .section-inner {
  padding-top: 10px;
}
@media screen and (min-width: 1160px) {
  .course .section-inner {
    padding-top: 40px;
  }
}
.course .com-ttl-01 + p {
  margin-bottom: 1.5em;
}
.course .courses {
  row-gap: 43px;
}
@media screen and (max-width: 767px) {
  .course .reason-box {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.course-item {
  flex-basis: 46.8%;
  border: 1px solid var(--color-brown);
  background-color: #fff;
  border-radius: 20px;
  padding: 14px;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .course-item {
    padding: 30px;
  }
}
.course-item-inner {
  border: 1px solid var(--color-brown);
  height: 100%;
}
.course-item-inner .open-modal {
  width: 86.08px;
  height: 82.72px;
  background-image: url(../img/course_01_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(8px, -15px);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .course-item-inner .open-modal {
    width: 106.85px;
    height: 74.52px;
    background-image: url(../img/course_01.png);
    transform: translate(20px, -15px);
  }
}
@media screen and (min-width: 1160px) {
  .course-item-inner .open-modal:hover {
    opacity: 0.7;
  }
}
.course-item-header {
  position: relative;
  padding: 5px 5px 30px 0;
  border-bottom: 1px solid var(--color-brown);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .course-item-header {
    padding: 10px 20px 10px 15px;
  }
}
.course-item-header .open-modal {
  width: 86.08px;
  height: 82.72px;
  background-image: url(../img/course_01_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-8px, -40%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .course-item-header .open-modal {
    width: 106.85px;
    height: 74.52px;
    background-image: url(../img/course_01.png);
    transform: translate(-8px, -60%);
  }
}
@media screen and (min-width: 1160px) {
  .course-item-header .open-modal:hover {
    opacity: 0.7;
  }
}
.course-item-header .illust {
  flex: 0 0 87px;
}
@media screen and (min-width: 768px), print {
  .course-item-header .illust {
    flex: 0 0 100px;
  }
}
.course-item-header .illust img {
  transform: translate(0, 30px);
}
@media screen and (min-width: 768px), print {
  .course-item-header .illust img {
    transform: translate(0, 10px);
  }
}
.course-item-header .title {
  flex-basis: auto;
}
.course-item-header .title h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .course-item-header .title h3 {
    text-align: center;
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .course-item-header .title h3 small {
    font-size: 0.7em;
  }
}
.course-item-header .title h3 span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .course-item-header .title h3 span {
    font-size: 20px;
  }
}
.course-item-header .title .labels {
  margin-top: 8px;
  display: flex;
  gap: 3px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .course-item-header .title .labels {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.course-item-header .title .labels .com-label-01 {
  white-space: nowrap;
}
.course-item-header .circle {
  flex: 0 0 65px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: var(--color-yellow);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .course-item-header .circle {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}
.course-item-header .circle span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.course-item-header .circle.circle-scrollin {
  animation: opacity 1s ease 0.5s forwards, bounce 1.4s ease-in-out 0.5s, return 3.5s ease-in-out 1.9s;
}
.course-item-body {
  padding: 20px 15px;
}
@media screen and (min-width: 768px), print {
  .course-item-body {
    padding: 20px;
  }
}
.course-item-body > p {
  margin-bottom: 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .course-item-body > p {
    text-align: center;
  }
}
.course-item-body .button {
  margin-top: 16px;
  text-align: center;
}
.course-item [class^="parts text"] {
  line-height: 14px;
  text-align: center;
  color: var(--color-brown);
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 1160px) {
  .course-item [class^="parts text"] {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .course-item [class^="parts text"] {
    font-size: 9px;
    font-weight: 300;
  }
}
.course-item [class^="parts text"] span {
  display: inline-block;
  transform-origin: center;
  white-space: nowrap;
}
.course-item .parts.text-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.course-item .parts.text-top span {
  transform: rotate(-180deg);
}
.course-item .parts.text-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.course-item .parts.text-right {
  top: 50%;
  right: 0;
  transform: translate(45%, -50%);
}
@media screen and (min-width: 768px), print {
  .course-item .parts.text-right {
    transform: translate(40%, -50%);
  }
}
.course-item .parts.text-right span {
  transform: rotate(-90deg);
}
.course-item .parts.text-left {
  top: 50%;
  left: 0;
  transform: translate(-45%, -50%);
}
@media screen and (min-width: 768px), print {
  .course-item .parts.text-left {
    transform: translate(-40%, -50%);
  }
}
.course-item .parts.text-left span {
  transform: rotate(90deg);
}
.course-item.course-item03 .course-item-header, .course-item.course-item04 .course-item-header {
  padding-right: 5px;
}
.course-item.course-item03 .course-item-header .title h3, .course-item.course-item04 .course-item-header .title h3 {
  margin-left: -20px;
}
.course-item.course-item04 {
  border-color: var(--color-purple);
}
.course-item.course-item04 .course-item-inner {
  border-color: var(--color-purple);
}
.course-item.course-item04 .course-item-header {
  border-color: var(--color-purple);
}
.course-item.course-item04 .course-item-header .circle {
  background-color: var(--color-skyblue);
}
.course-item.course-item04 [class^="parts text"] {
  color: var(--color-purple);
}
@media screen and (max-width: 767px) {
  .course-item + .course-item {
    margin-top: 30px;
  }
}
.course .course-class, .course .course-work {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .course .course-class, .course .course-work {
    margin-top: 80px;
  }
}
.course .course-class h3, .course .course-work h3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40px, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .course .course-class h3, .course .course-work h3 {
    transform: translate(20px, -50%);
    width: 70vw;
  }
}
.course .course-work h3 {
  left: auto;
  right: 0;
  transform: translate(-40px, -50%);
}
@media screen and (max-width: 767px) {
  .course .course-work h3 {
    right: auto;
    left: 0;
    transform: translate(20px, -50%);
  }
}
.course .course-slider-item {
  width: 80vw;
  padding: 0 5px;
}
@media screen and (min-width: 768px), print {
  .course .course-slider-item {
    width: 394px;
  }
}
.course .course-slider-item img {
  display: block;
  border-radius: 16px;
  border: 2px solid var(--color-font-default);
}

.contest .text-slider {
  font-size: 12px;
  padding: 1.4em 0;
}
@media screen and (min-width: 768px), print {
  .contest .text-slider {
    font-size: 18px;
    padding: 1.4em 0;
  }
}
@media screen and (max-width: 767px) {
  .contest .section-inner {
    padding-top: 10px;
  }
}
.contest .heading {
  border-bottom: 1px solid var(--color-font-default);
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1159px) {
  .contest .heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1160px) {
  .contest .heading {
    margin-left: -90px;
    margin-right: -90px;
    padding-bottom: 26px;
  }
}
.contest .reason-box {
  padding-bottom: 50px;
}
@media screen and (min-width: 1235px) {
  .contest .reason-box {
    padding-left: 90px;
    padding-right: 90px;
    margin-left: -90px;
    margin-right: -90px;
  }
}
.contest-movie {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px), print {
  .contest-movie {
    padding-top: 54px;
    padding-bottom: 90px;
  }
}
.contest-movie .parts {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .contest-movie .parts {
    width: calc(100% + 16px);
  }
}
@media screen and (min-width: 1160px) {
  .contest-movie .parts {
    width: 107%;
    max-width: 1179.76px;
  }
}
.contest-movie-inner {
  max-width: 844px;
  margin: 0 auto;
}
.contest-gallery {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contest-gallery {
    margin-top: -15px;
    z-index: 10;
  }
}
@media screen and (min-width: 1235px) {
  .contest-gallery {
    background-image: url(../img/bg_04.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 38px 58px 58px;
    margin-top: 20px;
    margin-left: -58px;
    margin-right: -58px;
  }
}
.contest-gallery .flex {
  gap: 10px;
}
.contest-gallery .flex + .flex {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contest-gallery .gallery-layout02:last-child {
    display: none;
  }
}
.contest-gallery .photo-item img {
  border-radius: 8px;
}
@media screen and (min-width: 768px), print {
  .contest-gallery .photo-item img {
    border-radius: 20px;
  }
}

.support {
  border: 1px solid var(--color-font-default);
  background-color: var(--color-orange);
  background-image: url(../img/bg_02.png);
  background-position: top left;
  position: relative;
}
.support .com-ttl-01 {
  color: #fff;
}
.support-box {
  position: relative;
  background-color: #F7EDDC;
  border: 1px solid var(--color-font-default);
  border-radius: 16px;
  box-shadow: 6px 6px 0 var(--color-yellow);
  padding: 50px 12px 30px;
}
@media screen and (min-width: 1160px) {
  .support-box {
    padding: 50px;
  }
}
.support-box > .flex .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .support-box > .flex .img {
    padding: 0 30px 0 20px;
  }
}
@media screen and (min-width: 768px), print {
  .support-box > .flex .img {
    width: 50%;
    flex-basis: 50%;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1160px) {
  .support-box > .flex .img {
    padding-left: 50px;
    padding-right: 0;
  }
}
.support-box > .flex .text {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .support-box > .flex .text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1160px) {
  .support-box > .flex .text {
    padding: 0 26px;
  }
}
.support-box > .flex .text h3 {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  border-bottom: 1px solid var(--color-font-default);
}
@media screen and (max-width: 767px) {
  .support-box > .flex .text h3 {
    font-size: 22px;
  }
}
.support-box > .flex .text ul li {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 500;
  font-size: 18px;
}
.support-box > .flex .text ul li:before {
  content: "";
  display: block;
  width: 0.888888em;
  height: 0.888888em;
  background-image: url(../img/ico_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1159px) {
  .support-box > .flex .text .btn.button00 {
    width: calc(100% - 20px);
  }
}
.support .internship {
  width: 100%;
  margin: 25px 0;
  border: 1px solid var(--color-brown);
  border-radius: 16px;
  background-color: #fff;
  background-image: url(../img/bg_01.png);
  padding: 35px 12px 16px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .support .internship {
    padding: 35px 16px 16px;
  }
}
.support .internship h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.support .internship h4 span {
  white-space: nowrap;
  font-weight: 500;
  display: inline-block;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-font-default);
  font-size: 16px;
  line-height: 28px;
  border-radius: 15px;
  padding: 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .support .internship h4 span {
    line-height: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .support .internship h4 span {
    padding: 0 3em;
  }
}
.support .internship p {
  max-width: 325px;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .support .internship p {
    font-size: 14px;
  }
}
.support .internship p strong {
  font-weight: 500;
  font-size: 1.2857em;
  color: var(--color-brown);
}
.support .internship p + p {
  margin-top: 1em;
}
.support-item {
  width: 74.6vw;
  max-width: 345px;
}
.support .swiper-3d .swiper-slide-shadow {
  background: transparent;
  opacity: 1 !important;
}
.support .parts {
  z-index: 10;
}
.support .parts.circle {
  top: 0;
  left: 0;
  transform: translate(0, -25%);
}
@media screen and (max-width: 767px) {
  .support .parts.circle {
    width: 17.333333vw;
    transform: translate(-5%, -25%);
  }
}
.support .parts.circle img {
  animation: circle-anime 10s linear infinite;
}
.support .parts.hand {
  bottom: 0;
  right: 0;
  transform: translate(0, 10%);
}
@media screen and (max-width: 767px) {
  .support .parts.hand {
    transform: translate(10px, 20%);
  }
}
.support .text-slider {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .support .text-slider {
    display: none;
  }
}
.support .text-slider p {
  font-size: 13px;
  font-family: var(--font-family-roman);
  padding: 1em 0.8em;
}

.oc .points {
  position: relative;
}
.oc .points:before {
  content: "";
  display: block;
  width: 123.642857vw;
  height: 14.567857vw;
  background-image: url(../img/oc_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, 30%);
}
@media screen and (max-width: 767px) {
  .oc .points:before {
    width: 197vw;
    height: 178.1vw;
    background-image: url(../img/oc_01_sp.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1160px) {
  .oc .points:before {
    left: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
  }
}
.oc .points .point-item {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .oc .points .point-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .oc .points .point-item:nth-of-type(2) {
    margin-top: -20px;
    text-align: right;
  }
}
@media screen and (min-width: 768px), print {
  .oc .points .point-item:nth-of-type(2) {
    transform: translate(0, 15%);
  }
}
@media screen and (max-width: 767px) {
  .oc .points .point-item:nth-of-type(3) {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .oc .points .point-item:nth-of-type(3) {
    transform: translate(0, 5%);
  }
}
@media screen and (max-width: 767px) {
  .oc .points .point-item img {
    width: 63.2vw;
  }
}
.oc-gallery {
  margin-top: 35px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 1160px) {
  .oc-gallery {
    margin-top: 100px;
    --margin: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
    margin-left: var(--margin);
    margin-right: var(--margin);
  }
}
.oc-gallery .gallery-item {
  width: calc(60vw + 10px);
  padding: 0 5px;
}
@media screen and (min-width: 768px), print {
  .oc-gallery .gallery-item {
    width: 360px;
  }
}
.oc-gallery .gallery-item img {
  border-radius: 16px;
}
.oc-slider-bottom {
  margin-top: 23px;
}

.access {
  background-image: url(../img/access_05.png);
  background-position: bottom 13px center;
  background-repeat: no-repeat;
  background-size: 103.2vw auto;
}
@media screen and (min-width: 1160px) {
  .access {
    background-image: url(../img/access_03.png), url(../img/access_04.png), url(../img/access_05.png);
    background-position: left 14px center, right 14px center, bottom 13px left -25px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: auto;
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 767px) {
  .access .section-inner {
    padding-top: 25px;
  }
}
.access .reason-box {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1160px) {
  .access .reason-box {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 65px;
  }
}
.access .heading {
  border-bottom: 1px solid var(--color-font-default);
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1160px) {
  .access .heading {
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: 40px;
  }
}
.access .heading h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access .img {
    margin-left: -10px;
    margin-right: -10px;
    align-items: flex-end;
  }
}
.access .img .left {
  transform: translate(5%, 0);
}
@media screen and (max-width: 767px) {
  .access .img .left {
    flex-basis: 60%;
  }
}
.access .img .right {
  transform: translate(-5%, 0) rotate(5deg);
}
@media screen and (max-width: 767px) {
  .access .img .right {
    flex-basis: 40%;
  }
}
.access .map {
  margin: 35px 0 30px;
}
.access .map iframe {
  border-radius: 12px;
  overflow: hidden;
}
.access .parts.circle {
  z-index: 1;
  transform: translate(-25%, -25%);
}
.access .parts.circle img {
  animation: circle-anime 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .access .parts.circle {
    display: none;
  }
}

.entrance {
  border: 1px solid var(--color-font-default);
  background-color: var(--color-orange);
  background-image: url(../img/bg_02.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .entrance {
    background-image: url(../img/entrance_04.png), url(../img/entrance_05.png), url(../img/bg_02.png);
    background-position: left 13px center, right 10px top 10px, top left;
  }
}
.entrance .section-inner {
  padding-top: 20px;
}
@media screen and (min-width: 1160px) {
  .entrance .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.entrance .button .com-label-02 {
  transform: translate(0, 50%);
  z-index: 5;
}
.entrance .button .btn.button00 {
  width: 100%;
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  .entrance .button .btn.button00 {
    width: 474px;
  }
}
@media screen and (max-width: 767px) {
  .entrance .parts.illust01 {
    position: relative;
    text-align: center;
  }
  .entrance .parts.illust01 img {
    width: 22.666666vw;
  }
}
@media screen and (min-width: 768px), print {
  .entrance .parts.illust01 {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  .entrance .parts.illust01 {
    display: block;
    left: 50%;
    transform: translate(-500px);
  }
}
.entrance .parts.illust02 {
  right: 0;
}
@media screen and (max-width: 1159px) {
  .entrance .parts.illust02 {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  .entrance .parts.illust02 {
    right: auto;
    left: 50%;
    transform: translate(280px);
  }
}

.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(51, 51, 51, 0.6);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100vw - 30px);
  max-height: calc(100vh - 40px);
  max-width: var(--width-max-content);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    height: auto;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 46px;
  height: 46px;
  transform: translate(30%, -30%);
}
@media screen and (min-width: 768px), print {
  .modal-close {
    width: 70px;
    height: 70px;
    transform: translate(30%, -30%);
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  border-radius: 0;
}
.modal-voice .modal-wrap {
  max-width: 1070px;
}
.modal-voice .modal-content {
  background-color: #fff;
  background-image: url(../img/bg_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 15px;
  border-radius: 30px;
  border: 1px solid var(--color-brown);
}
@media screen and (max-width: 767px) {
  .modal-voice .modal-content {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content {
    padding: 30px;
  }
}
.modal-voice .modal-content > .flex {
  background-color: #fff;
  border: 1px solid var(--color-brown);
  padding: 14px;
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content > .flex {
    padding: 34px 34px 10px;
  }
}
.modal-voice .modal-content > .flex .img {
  flex-basis: 40%;
}
.modal-voice .modal-content > .flex .img img {
  border: 1px solid #707070;
  border-radius: 20px;
}
.modal-voice .modal-content > .flex .text {
  flex-basis: 56%;
}
.modal-voice .modal-content .tagline {
  color: var(--color-brown);
  font-family: var(--font-family-roman);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.modal-voice .modal-content h3 {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  font-size: 24px;
  border-bottom: 1px solid var(--color-brown);
}
@media screen and (max-width: 767px) {
  .modal-voice .modal-content h3 {
    font-size: 4.3vw;
    margin-top: 0.5em;
  }
}
.modal-voice .modal-content p {
  font-size: 2;
}
.modal-voice .modal-content .point {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .modal-voice .modal-content .point {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1160px) {
  .modal-voice .modal-content .point {
    display: inline-block;
  }
}
.modal-voice .modal-content .point dt {
  background-color: #ccc;
  border-radius: 8px 8px 0 0;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.modal-voice .modal-content .point dd {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
}
.modal-voice .modal-content .works {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1160px) {
  .modal-voice .modal-content .works {
    margin-top: -30px;
  }
}
.modal-voice .modal-content .works .img {
  flex-basis: 115px;
}
@media screen and (min-width: 1160px) {
  .modal-voice .modal-content .works .img {
    margin-top: -50px;
    flex-basis: 138px;
  }
}
.modal-voice .modal-content .works .img img {
  border-radius: 0 !important;
  border: none !important;
}
.modal-voice .modal-content .myworks {
  flex-basis: calc(100% - 135px);
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content .myworks {
    width: 250px;
  }
}
.modal-voice .modal-content .myworks dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 20px;
  font-weight: 600;
  color: #ccc;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content .myworks dt {
    font-size: 24px;
  }
}
.modal-voice .modal-content .myworks dt:after {
  content: "";
  display: block;
  width: 54.05vw;
  height: 4.3vw;
  background-image: url(../img/modal_voice_01_3_sp.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1159px) {
  .modal-voice .modal-content .myworks dt:after {
    transform: translateY(80%);
  }
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content .myworks dt:after {
    width: 35vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1160px) {
  .modal-voice .modal-content .myworks dt:after {
    width: 301.97px;
    height: 16.3px;
    background-image: url(../img/modal_voice_01_3.png);
    background-position: bottom right;
  }
}
.modal-voice .modal-content .myworks dd {
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .modal-voice .modal-content .myworks dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modal-voice .modal-content .parts {
    display: none;
  }
}
.modal-voice .modal-content .parts.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -5px);
}
.modal-voice .modal-content .parts.top {
  top: 0;
  left: 50%;
  transform: translate(-50%, 5px) rotate(180deg);
}
.modal-voice .modal-content .parts.left {
  top: 50%;
  left: 0;
  transform: translate(7px, -50%);
}
.modal-voice .modal-content .parts.right {
  top: 50%;
  right: 0;
  transform: translate(-7px, -50%) rotate(180deg);
}
.modal-voice.pink .modal-content .point dt {
  background-color: #F17186;
}
.modal-voice.pink .modal-content .point dd {
  border-color: #F17186;
}
.modal-voice.pink .modal-content .myworks dt {
  color: #F17186;
}
.modal-voice.turquoise .modal-content .point dt {
  background-color: #339BA9;
}
.modal-voice.turquoise .modal-content .point dd {
  border-color: #339BA9;
}
@media screen and (min-width: 768px), print {
  .modal-voice.turquoise .modal-content .works {
    align-items: flex-end;
  }
}
.modal-voice.turquoise .modal-content .myworks {
  width: 310px;
  padding-bottom: 15px;
}
.modal-voice.turquoise .modal-content .myworks dt {
  color: #339BA9;
}
.modal-voice.turquoise .modal-content .myworks dt:after {
  width: 62vw;
  height: 5vw;
  background-image: url(../img/modal_voice_02_3_sp.png);
}
@media screen and (min-width: 768px), print {
  .modal-voice.turquoise .modal-content .myworks dt:after {
    width: 35vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1160px) {
  .modal-voice.turquoise .modal-content .myworks dt:after {
    width: 358.39px;
    height: 17.68px;
    background-image: url(../img/modal_voice_02_3.png);
  }
}
.modal-voice.green .modal-content .point dt {
  background-color: #4BB74F;
}
.modal-voice.green .modal-content .point dd {
  border-color: #4BB74F;
}
@media screen and (min-width: 768px), print {
  .modal-voice.green .modal-content .works {
    align-items: flex-end;
  }
}
.modal-voice.green .modal-content .myworks {
  width: 310px;
  padding-bottom: 15px;
}
.modal-voice.green .modal-content .myworks dt {
  color: #4BB74F;
}
.modal-voice.green .modal-content .myworks dt:after {
  width: 60vw;
  height: 5vw;
  background-image: url(../img/modal_voice_03_3_sp.png);
}
@media screen and (min-width: 768px), print {
  .modal-voice.green .modal-content .myworks dt:after {
    width: 35vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1160px) {
  .modal-voice.green .modal-content .myworks dt:after {
    width: 368.39px;
    height: 23.68px;
    background-image: url(../img/modal_voice_03_3.png);
  }
}
.modal-voice.purple .modal-content .point dt {
  background-color: #8753A2;
}
.modal-voice.purple .modal-content .point dd {
  border-color: #8753A2;
}
@media screen and (min-width: 1160px) {
  .modal-voice.purple .modal-content .works {
    align-items: flex-end;
    margin-top: -20px;
  }
}
.modal-voice.purple .modal-content .myworks {
  width: 330px;
  padding-bottom: 15px;
}
.modal-voice.purple .modal-content .myworks dt {
  color: #8753A2;
}
.modal-voice.purple .modal-content .myworks dt:after {
  width: 60vw;
  height: 5vw;
  background-image: url(../img/modal_voice_04_3_sp.png);
}
@media screen and (min-width: 768px), print {
  .modal-voice.purple .modal-content .myworks dt:after {
    width: 35vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1160px) {
  .modal-voice.purple .modal-content .myworks dt:after {
    width: 368.39px;
    height: 23.68px;
    background-image: url(../img/modal_voice_04_3.png);
  }
}