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

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

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

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

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

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

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

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

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

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

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

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

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1020px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

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

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

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .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: 1020px) {
  .only-sptab {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
  .flex.sp-valid {
    display: flex;
    flex-wrap: nowrap;
  }
}
@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.flex-wrap {
    flex-wrap: wrap;
  }
  .flex.row-between {
    justify-content: space-between;
  }
  .flex.row-center {
    justify-content: center;
  }
  .flex.row-around {
    justify-content: space-around;
  }
  .flex.top {
    align-items: flex-start;
  }
  .flex.middle {
    align-items: center;
  }
  .flex.bottom {
    align-items: flex-end;
  }
  .flex.column {
    flex-direction: column;
  }


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

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

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

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

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

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

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

.w0 {
  width: 0% !important;
}

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

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

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

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

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

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

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

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

.w5 {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

.w10 {
  width: 10% !important;
}

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

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

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

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

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

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

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

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

.w15 {
  width: 15% !important;
}

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

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

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

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

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

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

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

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

.w20 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.w25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

.w30 {
  width: 30% !important;
}

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

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

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

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

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

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

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

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

.w35 {
  width: 35% !important;
}

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

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

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

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

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

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

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

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

.w40 {
  width: 40% !important;
}

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

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

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

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

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

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

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

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

.w45 {
  width: 45% !important;
}

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

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

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

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

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

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

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

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

.w50 {
  width: 50% !important;
}

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

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

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

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

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

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

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

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

.w55 {
  width: 55% !important;
}

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

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

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

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

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

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

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

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

.w60 {
  width: 60% !important;
}

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

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

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

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

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

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

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

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

.w65 {
  width: 65% !important;
}

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

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

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

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

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

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

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

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

.w70 {
  width: 70% !important;
}

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

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

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

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

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

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

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

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

.w75 {
  width: 75% !important;
}

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

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

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

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

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

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

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

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

.w80 {
  width: 80% !important;
}

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

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

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

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

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

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

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

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

.w85 {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

.w90 {
  width: 90% !important;
}

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

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

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

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

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

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

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

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

.w95 {
  width: 95% !important;
}

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

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

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

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

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

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

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

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

.w100 {
  width: 100% !important;
}

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

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

.gap0 {
  gap: 0px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

.fz0 {
  font-size: 0px;
}

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

.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 40%, #D8FF00 40%);
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-header {
  width: 100vw;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
}
@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
    height: 145px;
    background-image: url(../img/bg_header.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 350px auto;
  }
}
#site-header .site-logo {
  width: 50vw;
  padding: 10px 0 0 15px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo {
    width: 212px;
  }
}
@media screen and (min-width: 1020px) {
  #site-header .site-logo {
    padding: 32px 0 0 37px;
  }
}
#site-header .site-logo a {
  display: block;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -370px;
  max-width: 370px;
  height: 100vh;
  padding: 90px 25px 25px;
  transition: all 0.6s;
  background-color: #9E70C4;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    padding: 150px 58px 50px;
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
#site-header .primary-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#site-header .primary-menu ul li .btn-normal {
  padding: 1em 3em 1em 1.5em;
  max-width: 255px;
  font-size: 16px;
}
#site-header .primary-menu ul li .ico-arrow {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li .ico-arrow {
    width: 30px;
    height: 30px;
  }
}
#site-header .nav-toggle {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background-color: #C0FF15;
  border-radius: 50%;
  border: 1px solid #000;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 125;
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 30px;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle span {
    width: 25px;
    height: 3px;
  }
}
#site-header .nav-toggle span:nth-child(1) {
  top: 16px;
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle span:nth-child(1) {
    top: 23px;
  }
}
#site-header .nav-toggle span:nth-child(2) {
  top: 23px;
  opacity: 1;
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle span:nth-child(2) {
    top: 32px;
  }
}
#site-header .nav-toggle span:nth-child(3) {
  bottom: 16px;
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle span:nth-child(3) {
    bottom: 23px;
  }
}
#site-header .nav-toggle.active span:nth-child(1) {
  top: 24px;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle.active span:nth-child(1) {
    top: 33px;
  }
}
#site-header .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
#site-header .nav-toggle.active span:nth-child(3) {
  top: 24px;
  transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle.active span:nth-child(3) {
    top: 33px;
  }
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  #cover {
    display: none;
  }
}

.floating-menu {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  transform: translate(-50%, 120%);
  transition: all 0.5s;
}
@media screen and (max-width: 1019px) {
  .floating-menu {
    width: calc(100vw - 20px);
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu {
    bottom: 20px;
    left: auto;
    right: 20px;
    transform: translate(0, 120%);
  }
}
@media screen and (max-width: 767px) {
  .floating-menu .flex {
    display: flex;
  }
}
.floating-menu a {
  width: calc((100vw - 30px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #F0FF39;
}
@media screen and (max-width: 1019px) {
  .floating-menu a {
    height: 60px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu a {
    flex-direction: column;
    justify-content: center;
    width: 118px;
    padding: 15px;
  }
}
.floating-menu a img, .floating-menu a picture {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1020px) {
  .floating-menu a img, .floating-menu a picture {
    width: 100%;
    max-width: 84px;
  }
}
.floating-menu a span {
  font-size: 14px;
}
.floating-menu.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1020px) {
  .floating-menu.active {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu.active.bottom {
    transform: translate(0, -150%);
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-footer .footer-cta {
  background-image: url(../img/bg_07.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  #site-footer .footer-cta {
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
#site-footer .footer-cta .section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1020px) {
  #site-footer .footer-cta .section-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#site-footer .footer-cta .section-inner .flex {
  gap: 20px;
}
@media screen and (min-width: 1020px) {
  #site-footer .footer-cta .section-inner .flex {
    gap: 12px;
  }
}
#site-footer .footer-cta .section-inner a {
  max-width: 318px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .section-inner a {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .section-inner a + a {
    margin-top: 15px;
  }
}
#site-footer .footer-body .section-inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 1020px) {
  #site-footer .footer-body .section-inner {
    padding-bottom: 30px;
  }
}
#site-footer .footer-body .logo {
  margin-bottom: 1rem;
}
#site-footer .footer-body .btn-normal {
  font-size: 15px;
  margin-bottom: 10px;
  width: 320px;
  padding: 0.8em 1.2em 0.8em 0.5em;
}
#site-footer .footer-body .btn .ico-arrow {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px), print {
  #site-footer .footer-body .btn .ico-arrow {
    width: 30px;
    height: 30px;
  }
}
#site-footer .footer-body p {
  font-size: 14px;
}
#site-footer .footer-body p small {
  font-size: 0.93em;
}
#site-footer .footer-body .tel {
  margin-top: 0.3rem;
  line-height: 48px;
}
#site-footer .footer-body .tel .label {
  display: inline-block;
  background-color: #8267B3;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 0.4em 0.8em;
  color: #fff;
  line-height: 1;
}
#site-footer .footer-body .tel a {
  display: inline-block;
  transform: translateY(-5px);
  line-height: 48px;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-body .tel a {
    margin-top: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .footer-sns .flex {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
  }
}
#site-footer .footer-sns a {
  max-width: 57px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-sns a {
    margin-top: 0;
  }
}
#site-footer .copyright {
  margin-top: 2rem;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #site-footer .copyright {
    margin-top: 45px;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* --------------- Common --------------- */
#main {
  overflow: hidden;
}

.ico-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #A9FF33;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
  display: inline-block;
  position: relative;
}
.ico-arrow:after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.ico-arrow.down:after {
  width: 8px;
  height: 6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  color: #000;
  transition: all 0.3s;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
  }
}
.btn-normal {
  background-color: #fff;
  border: 2px solid #000;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 35px;
}
@media screen and (min-width: 768px), print {
  .btn-normal {
    padding: 1.25em;
    font-size: 18px;
    border-radius: 40px;
    width: 370px;
  }
}
.btn .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-6px, -50%);
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 768px), print {
  .btn .ico-arrow {
    width: 48px;
    height: 48px;
    transform: translate(-10px, -50%);
  }
}
.btn.shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
}
.btn.small {
  padding: 0.85em 30px 0.85em 0.85em;
  font-size: 13px;
}
@media screen and (min-width: 1020px) {
  .btn.small {
    width: 280px;
  }
}
.btn.small .ico-arrow {
  width: 28px;
  height: 28px;
  transform: translate(-6px, -50%);
}
.btn.small .ico-arrow:after {
  width: 4px;
  height: 6px;
}
.btn.middle {
  padding: 1.3em 30px 1.3em 1.35em;
  font-size: 13px;
}
@media screen and (min-width: 1020px) {
  .btn.middle {
    width: 280px;
  }
}
.btn.middle .ico-arrow {
  width: 36px;
  height: 36px;
  transform: translate(-6px, -50%);
}
.btn.middle .ico-arrow:after {
  width: 4px;
  height: 6px;
}
.btn-brown {
  background-color: #5C4343;
  color: #fff;
  gap: 20px;
  width: 100%;
  height: 54px;
}
@media screen and (min-width: 768px), print {
  .btn-brown {
    gap: 34px;
  }
}
.btn-brown:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.slick-arrow {
  appearance: none;
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  top: 50%;
  position: absolute;
  overflow: hidden;
  text-indent: -5000px;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    top: 45%;
    width: 50px;
    height: 50px;
  }
}
.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  width: 14px;
  height: 16px;
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #AAFF33;
  width: 12px;
  height: 14px;
}
.slick-prev {
  left: 0;
  transform: translate(-25px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-prev {
    transform: translate(-70%, -30%);
  }
}
.slick-prev:before, .slick-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.slick-next {
  right: 0;
  transform: translate(25px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-next {
    transform: translate(70%, -30%);
  }
}
.slick-next:before, .slick-next:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slider-control a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-control a.prev span:before {
  content: "";
  display: block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 7px;
  height: 12px;
  background-color: #000;
}
.slider-control a.next span:before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 7px;
  height: 12px;
  background-color: #000;
}
.slider-control .paging {
  font-size: 14px;
}

.com-ttl-01 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.com-ttl-01 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.label {
  display: inline-block;
  text-align: center;
}
.label.square {
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #000;
  padding: 0 0.5em;
  line-height: 1.3;
  min-width: 100px;
}
@media screen and (min-width: 768px), print {
  .label.square {
    font-size: 30px;
    min-width: 120px;
  }
}
.label.green {
  font-size: 11px;
  font-weight: 700;
  padding: 0.25em;
  min-width: 80px;
  background-color: #7AFF34;
  border: 1px solid #707070;
  border-radius: 18px;
}
@media screen and (min-width: 768px), print {
  .label.green {
    font-size: 12px;
    min-width: 100px;
  }
}
.label.orange {
  font-size: 12px;
  font-weight: 700;
  padding: 0.25em 0.5em;
  min-width: 100px;
  background-color: #FF844D;
  border: 1px solid #707070;
  border-radius: 18px;
}

a.external {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
a.external:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/ico_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.green {
  color: #67E000;
  text-decoration: underline;
}

.parts {
  position: absolute;
}

.belt {
  display: inline-block;
  position: relative;
}
.belt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #9E70C4;
  border: 1px solid #4A00A0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(4px, 4px);
  z-index: 1;
}
.belt span {
  display: block;
  background-color: #F8FF55;
  border: 1px solid #4A00A0;
  padding: 0.2em 0.8em;
  font-size: 22px;
  position: relative;
  z-index: 5;
  color: #460774;
}
@media screen and (min-width: 1020px) {
  .belt span {
    font-size: 28px;
  }
}
.belt + .belt {
  margin-top: 12px;
}
.belt.light:before {
  transform: translate(3px, 3px);
}
.belt.light span {
  color: #743BA7;
  font-size: 20px;
  padding: 0.1em 0.5em;
}
@media screen and (min-width: 1020px) {
  .belt.light span {
    font-size: 27px;
  }
}
.belt.light + .belt {
  margin-top: 6px;
}

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

@media screen and (max-width: 767px) {
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
}
.tabs a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0.4em 1em;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}
.tabs a[target="_blank"]:after {
  content: "";
  display: block;
  width: 11.92px;
  height: 11.92px;
  background-image: url(../img/ico_external_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1020px) {
  .tabs a {
    padding: 0.6em 1.5em;
    font-size: 14px;
    min-width: 115px;
  }
}
.tabs a:hover {
  opacity: 1;
  background-color: #9E70C4;
  color: #fff;
}
.tabs a.active {
  background-color: #9E70C4;
  color: #fff;
}
.tabs a.disabled {
  pointer-events: none;
  opacity: 0.8;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .tabs a + a {
    margin-top: 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 shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* --------------- Contents --------------- */
@media screen and (max-width: 1019px) {
  .fv-layout {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1020px) {
  .fv-layout {
    min-height: 796px;
    height: 100vh;
  }
}
.fv-slider-item {
  height: 80vh;
}
@media screen and (min-width: 1020px) {
  .fv-slider-item {
    min-height: 796px;
  }
}
.fv-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1020px) {
  .fv-slider-item img {
    object-position: bottom left;
  }
}
.fv-img {
  position: relative;
}
@media screen and (min-width: 1020px) {
  .fv-img {
    width: 50vw;
    flex-basis: 50%;
  }
}
.fv-subtitle {
  width: 90%;
  position: absolute;
  bottom: 30px;
  right: 20px;
  justify-content: flex-end;
}
.fv-subtitle .subtitle {
  flex-basis: 76%;
}
.fv-subtitle .subtitle div {
  transition: opacity 0.2s;
  display: none;
}
.fv-subtitle .subtitle div span {
  margin-top: 0.8em;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.fv-subtitle .subtitle div.white span {
  color: #fff;
}
.fv-subtitle .subtitle.black div.black {
  display: block;
}
.fv-subtitle .subtitle.black div.white {
  display: none;
}
.fv-subtitle .subtitle.white div.black {
  display: none;
}
.fv-subtitle .subtitle.white div.white {
  display: block;
}
.fv-subtitle .banner {
  flex-basis: 24%;
}
@media screen and (max-width: 1019px) {
  .fv-subtitle .banner {
    display: none;
  }
}
.fv-text {
  background-image: url(../img/bg_01.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-text {
    margin-top: 0;
    padding-top: 25vw;
  }
}
@media screen and (min-width: 1020px) {
  .fv-text {
    flex-basis: 50%;
    padding: 50px 95px 0;
  }
}
.fv-text h2 {
  margin-bottom: 30px;
}
.fv-text p {
  font-size: 17px;
  line-height: 2.5;
}
@media screen and (min-width: 768px), print {
  .fv-text p {
    font-size: 19px;
  }
}
.fv-text p a {
  color: #67E000;
  text-decoration: underline;
  position: relative;
}
.fv-text p a:before {
  content: "";
  display: block;
  width: 36px;
  height: 23px;
  background-image: url(../img/ico_tap.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -80%);
}
.fv-text .banner {
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 32vw;
  transform: translateY(-40%);
}
@media screen and (min-width: 1020px) {
  .fv-text .banner {
    display: none;
  }
}

.snap {
  padding: 10px 0;
}
@media screen and (min-width: 1020px) {
  .snap {
    padding: 80px 0 44px;
  }
}
.snap h2 {
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .snap h2 {
    display: none;
  }
}
.snap-wrapper {
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .snap-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.snap-wrapper + p {
  padding: 15px 20px 0;
}
@media screen and (max-width: 767px) {
  .snap-wrapper + p {
    font-size: 12px;
  }
}
.snap-item {
  position: relative;
  height: 48vw;
  flex-basis: calc((100% - 6px) / 4);
}
@media screen and (max-width: 767px) {
  .snap-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .snap-item {
    height: 26vw;
    flex-basis: calc((100% - 12px - 34px) / 6);
  }
}
.snap-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.snap-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.6s ease;
}
.snap-item__img.back {
  transform: rotateY(180deg);
}
.snap-item.text {
  flex-basis: 34px;
}
@media screen and (max-width: 1019px) {
  .snap-item.text {
    display: none;
  }
}
.snap-item.text span {
  width: 34px;
  display: block;
  transform: rotate(-90deg) translate(-450%, 0);
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
}
.snap-item.flip .front {
  transform: rotateY(-180deg);
}
.snap-item.flip .back {
  transform: rotate(0);
}
.snap .section-inner {
  padding-top: 40px;
}
.snap .prop {
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
  border-radius: 46px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .snap .prop {
    padding: 20px 35px;
  }
}
.snap .prop .img {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .snap .prop .img .inner {
    width: 85%;
  }
}
@media screen and (min-width: 1020px) {
  .snap .prop .img .inner {
    margin-right: -35px;
  }
}
.snap .prop .text {
  flex-basis: 50%;
}
@media screen and (min-width: 768px), print {
  .snap .prop .text {
    padding: 20px;
  }
}
.snap .prop .text p {
  line-height: 1.9;
  margin-top: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .snap .prop .text p {
    padding-right: 25vw;
  }
}
.snap .prop .parts01 {
  max-width: 141.5px;
  left: 0;
  bottom: 0;
  transform: translate(-70%, 20%);
}
@media screen and (max-width: 767px) {
  .snap .prop .parts01 {
    display: none;
  }
}
.snap .prop .parts02 {
  width: 25vw;
  max-width: 112px;
  right: 0;
  top: 0;
  transform: translate(30%, -10%);
}
@media screen and (min-width: 768px), print {
  .snap .prop .parts02 {
    transform: translate(60%, -10%);
  }
}
.snap .prop .parts03 {
  width: 25vw;
  max-width: 113px;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 1020px) {
  .snap .prop .parts03 {
    bottom: 36px;
    right: 30px;
  }
}

.totalling {
  background-color: #F8F8F8;
  border-radius: 80px 80px 0 0;
}
@media screen and (min-width: 1020px) {
  .totalling {
    border-radius: 135px 135px 0 0;
  }
}
.totalling h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #673084;
  position: relative;
}
@media screen and (max-width: 767px) {
  .totalling h2 {
    margin: 0 0 0.5em;
  }
}
@media screen and (min-width: 768px), print {
  .totalling h2 {
    font-size: 43px;
    line-height: 1.4;
  }
}
.totalling h2 strong {
  font-weight: 700;
  font-size: 1.4em;
}
.totalling h3 {
  text-align: center;
  padding: 0.6em 0;
}
.totalling h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
@media screen and (min-width: 1020px) {
  .totalling h3 span {
    font-size: 20px;
  }
}
.totalling h3.balloon {
  background-image: url(../img/balloon_02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 62px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1020px) {
  .totalling h3.balloon {
    height: 67.31px;
  }
}
.totalling h3.balloon.multiple {
  height: 70px;
  background-image: url(../img/balloon_01.svg);
}
@media screen and (min-width: 1020px) {
  .totalling h3.balloon.multiple {
    height: 87.31px;
  }
}
.totalling h3.balloon.diagonal {
  height: 68px;
  background-image: url(../img/balloon_03.svg);
  padding-top: 1em;
}
@media screen and (min-width: 1020px) {
  .totalling h3.balloon.diagonal {
    height: 83.7px;
    padding-top: 1.3em;
  }
}
.totalling h3.balloon.diagonal span {
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .totalling .parts {
    display: none;
  }
}
.totalling .parts01 {
  position: static;
  max-width: 250px;
}
.totalling .parts02 {
  position: static;
  max-width: 223px;
}
.totalling .heading {
  position: relative;
  z-index: 5;
}
.totalling-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .totalling-list {
    margin-top: -15px;
  }
}
.totalling-item {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .totalling-item {
    flex-basis: 48.6%;
    border-radius: 52px;
  }
}
@media screen and (min-width: 1020px) {
  .totalling-item {
    padding: 20px 25px;
  }
}
.totalling-item .figure {
  text-align: center;
}
.totalling-item.w100 {
  flex-basis: 100%;
}
.totalling-item.w100 .flex > div {
  flex-basis: 50%;
}
.totalling-item.w100 .figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1020px) {
  .totalling-item.w100 .text {
    padding: 20px;
  }
}
.totalling-item.w100 .text h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.totalling-item.w100 .text p,
.totalling-item p {
  margin-top: 1em;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .totalling-item.w100 .text p,
  .totalling-item p {
    font-size: 17px;
  }
}
.totalling-item .buttons {
  gap:7px;
}
.totalling-item .btn.middle {
  color: #000;
  border-radius: 30px;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 767px), print {
  .totalling-item .buttons {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .totalling-item .btn.middle {
    width: 310px;
  }
}
.totalling-item .btn.middle.green {
  background-color: #BED895;
  border: 1px solid #8CB151;
}
.totalling-item .btn.middle.blue {
  background-color: #9ACBEA;
  border: 1px solid #4590C1;
}
.totalling-item .btn.middle.purple {
  background-color: #D4BAE8;
  border: 1px solid #B785DD;
}
.totalling-item .btn.middle.orange {
  background-color: #F6C26C;
  border: 1px solid #D59630;
}
.totalling-item_01 .figure h3 {
  position: relative;
  z-index: 5;
}
.totalling-item_01 .figure img {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1020px) {
  .totalling-item_01 .text {
    padding: 40px 50px 30px 80px !important;
    background-image: url(../img/totalling_05.svg);
    background-position: left bottom 35px;
    background-repeat: no-repeat;
  }
}
.totalling-item_02 {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.totalling-item_04 .fig {
  position: relative;
}
.totalling-item_04 .fig dl {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #743BA7;
  border-radius: 50%;
}
.totalling-item_04 .fig dl dt {
  width: 60px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .totalling-item_04 .fig dl dt {
    width: 73px;
  }
}
.totalling-item_04 .fig dl dd {
  line-height: 40px;
  font-size: 25px;
}
@media screen and (min-width: 768px), print {
  .totalling-item_04 .fig dl dd {
    font-size: 30px;
  }
}
.totalling-item_04 .fig dl dd strong {
  font-size: 2em;
}
.totalling-item_04 .fig dl.male {
  bottom: 20px;
  left: 0;
  width: 30vw;
  height: 30vw;
  background: linear-gradient(135deg, #fcfffd 0%, #c7abe1 100%);
}
@media screen and (min-width: 1020px) {
  .totalling-item_04 .fig dl.male {
    left: 20px;
    width: 145px;
    height: 145px;
  }
}
.totalling-item_04 .fig dl.female {
  top: 0;
  right: -10px;
  width: 36vw;
  height: 36vw;
  background: linear-gradient(135deg, #fcfffd 0%, #c7abe1 100%);
}
@media screen and (min-width: 1020px) {
  .totalling-item_04 .fig dl.female {
    top: 0;
    right: 10px;
    width: 190px;
    height: 190px;
  }
}
.totalling-item_04 .fig img {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1020px) {
  .totalling-item_06 .text {
    padding: 30px 0 30px 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .totalling-item_06 .figure {
    margin-top: 1.5rem;
  }
}

.totalling-item_07 p {
  max-width: 370px;
  margin: 26px auto 0;
}
.totalling-item_08 .textcenter {
  max-width: 400px;
  margin: 16px auto 0;
}
.totalling-item_08 .btn-normal {
  border-radius: 50px;
  padding-right: 50px;
  width: 100%;
}

.course {
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .course {
    padding: 30px;
  }
}
.course .section-wrapper {
  background-image: url(../img/bg_02.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@media screen and (min-width: 1020px) {
  .course .section-inner {
    padding: 50px 20px 112px;
  }
}
@media screen and (max-width: 767px) {
  .course .heading {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.course .heading .parts {
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .heading .parts {
    display: none;
  }
}
.course .heading .parts01 {
  max-width: 146px;
}
.course .heading .parts02 {
  max-width: 85px;
}
.course .heading .ttl {
  display: inline-flex;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 6px #572980;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .course .heading .ttl {
    flex-direction: column;
    font-size: 20px;
    gap: 5px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .course .heading .ttl {
    align-items: flex-end;
  }
}
.course .heading .ttl-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.course .heading .ttl .number {
  font-size: 3.5em;
  line-height: 1;
  vertical-align: bottom;
}
.course .heading .ttl .mid {
  font-size: 1.25em;
  line-height: 1;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 13px;
  position: relative;
  z-index: 1;
}
.course .major-list {
  border-radius: 27px;
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .course .major-list {
    padding: 30px 20px;
  }
}
.course .major-list h4 {
  margin-bottom: 0.6em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.course .major-list ul {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.course .major-list ul li a {
  display: block;
  padding: 0.35em 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.course .major-list ul li + li {
  margin-top: 5px;
}
.course .major-list .waku {
  max-width: 320px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
}
.course .major-list .waku h5 {
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1;
}
.course .major-list.green {
  background-color: #E8F2D9;
}
.course .major-list.green h4,
.course .major-list.green .waku h5 {
  color: #5E9B00;
}
.course .major-list.green ul li a {
  color: #5E9B00;
  border-color: #5E9B00;
}
.course .major-list.green .waku ul li a {
  background-color: #FFFEDE;
}
.course .major-list.purple {
  background-color: #EFE9F2;
}
.course .major-list.purple h4,
.course .major-list.purple .waku h5 {
  color: #894BA5;
}
.course .major-list.purple ul li a {
  color: #894BA5;
  border-color: #894BA5;
  background-color: #FBF7FD;
}
.course .major-list.orange {
  background-color: #F7ECDA;
}
.course .major-list.orange h4 {
  color: #D08100;
}
.course .major-list.orange ul li a {
  color: #D08100;
  border-color: #D08100;
}
.course .major-list.blue {
  background-color: #E5F2FA;
}
.course .major-list.blue h4 {
  color: #3790C9;
}
.course .major-list.blue ul li a {
  color: #3790C9;
  border-color: #3790C9;
}

.course-item {
  flex-basis: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .course-item {
    padding: 20px 30px 38px;
  }
}
.course-item_01 .major-list.green {
  flex-basis: 26.85%;
}
.course-item_01 .major-list.purple {
  flex-basis: 41.4%;
}
.course-item_01 .major-list.orange {
  flex-basis: 29%;
}
@media screen and (min-width: 1020px) {
  .course-item_02 {
    padding: 38px 30px 27px;
  }
}
@media screen and (min-width: 1020px) {
  .course-item_02 > .flex {
    align-items: center;
  }
}
.course-item_02 .text {
  flex-basis: 45%;
}
.course-item_02 .text h3 + p {
  margin: 0.5em 0 0.6em;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.course-item_02 .text ul + h3 {
  margin-top: 28px;
}
.course-item_02 .major-list {
  flex-basis: 46%;
}
@media screen and (min-width: 1020px) {
  .course-item_03 {
    padding: 30px;
  }
}
.course-item_03 h3 {
  color: #EB5193;
  font-size: 25px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .course-item_03 h3 {
    flex-basis: 23%;
  }
}
@media screen and (min-width: 768px), print {
  .course-item_03 ul {
    flex-basis: 70%;
    height: 56px;
  }
}
.course-item_03 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-basis: calc(50% - 5px);
  background-color: #FFF4F8;
  border: 1px solid #EB5193;
  border-radius: 17px;
  padding: 0.5em;
  font-size: 14px;
  color: #EB5193;
  text-align: center;
  line-height: 1.4;
}
.course-item_03 ul li a {
  color: #EB5193;
}

.voice {
  background-image: url(../img/bg_03.svg);
  background-position: top left;
}
.voice .section-inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
.voice .heading h2 img {
  max-width: 321.65px;
}
.voice .heading .function {
  max-width: 582px;
}
@media screen and (max-width: 767px) {
  .voice .heading .function {
    margin-top: 2rem;
  }
}
.voice-contents {
  padding: 30px 0;
}
.voice-content {
  display: none;
}
.voice-content .oc-slider {
  opacity: 0;
  transition: opacity 0.2s;
}
.voice-content.active {
  display: block;
}
.voice-content.active .slick-list {
  height: auto !important;
}
.voice-content.active .oc-slider {
  opacity: 1;
}
.voice-slider-item {
  width: 200px;
  padding: 0 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .voice-slider-item {
    padding: 0 20px;
  }
}
.voice-slider-item:hover {
  animation: rumble 0.3s linear;
}
.voice-slider .slick-arrow {
  opacity: 0;
}
.voice-control {
  display: none;
}
.voice-control.active {
  display: flex;
}

.graduate {
  background-image: url(../img/bg_04.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 140px 140px 0 0;
}
.graduate h3 span {
  display: inline-block;
  background-color: #F8FF55;
  border: 1px solid #000;
  border-radius: 10px 10px 0 0;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: 700;
}
.graduate .parts01 {
  top: 0;
  right: 0;
  transform: translateY(-45%);
  max-width: 215px;
}
.graduate .parts02 {
  bottom: 0;
  left: 0;
  max-width: 197.59px;
  transform: translate(-70%, -30%);
}
@media screen and (max-width: 767px) {
  .graduate .parts02 {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .graduate-movies {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media screen and (min-width: 1020px) {
  .graduate-slider .movie-item {
    padding: 0 13px;
  }
}
.graduate-pickup {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.graduate-pickup .img {
  position: relative;
  background-color: #E7E4EB;
  padding: 20px 20px 20px 10px;
}
@media screen and (min-width: 1020px) {
  .graduate-pickup .img {
    flex-basis: 50%;
  }
}
.graduate-pickup .img a {
  width: 30vw;
  max-width: 160px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10px, -12.3px);
}
@media screen and (min-width: 768px), print {
  .graduate-pickup .img a {
    transform: translate(0, -12.3px);
  }
}
.graduate-pickup .text {
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .graduate-pickup .text {
    flex-basis: 50%;
    padding: 25px 45px 40px 62px;
  }
}
.graduate-pickup .text h2 {
  font-size: 25px;
}
.graduate-pickup .text p {
  margin-top: 0.8em;
  font-size: 14px;
  line-height: 1.785;
  font-weight: 700;
}

.movie {
  position: relative;
  background-color: #C0FF15;
  padding: 50px 0 10px;
}
@media screen and (min-width: 1020px) {
  .movie {
    padding: 100px 0 8px;
  }
}
.movie h2 {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1020px) {
  .movie h2 {
    left: calc(50% - 410px);
  }
}
@media screen and (max-width: 767px) {
  .movie h2 img {
    width: 50vw;
  }
}
@media screen and (min-width: 1020px) {
  .movie-slider .slick-track {
    padding-top: 53px;
  }
}
.movie-slider .movie-item {
  padding: 0 20px;
}
@media screen and (min-width: 1020px) {
  .movie-slider .movie-item {
    padding: 0 26px;
  }
}
.movie-slider .movie-item .inner {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.5s;
}
@media screen and (min-width: 1020px) {
  .movie-slider .movie-item .inner {
    border-radius: 53px;
  }
}
@media screen and (min-width: 1020px) {
  .movie-slider .movie-item.slick-active .inner {
    transform: translateY(-53px);
  }
}
@media screen and (min-width: 1020px) {
  .movie-control {
    transform: translateY(-60%);
  }
}
.movie .parts01 {
  top: 0;
  left: 66%;
  transform: translate(-5px, 20px);
}
@media screen and (min-width: 1020px) {
  .movie .parts01 {
    transform: translate(0, 30px);
  }
}
.movie .parts01 .circle {
  animation: circle-anime 18s linear infinite;
}

.oc {
  background-image: url(../img/bg_05.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1020px) {
  .oc .section-inner {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .oc h2 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .oc h2 .badge {
    margin-top: 0;
  }
}
.oc h2 .badge img {
  width: 30vw;
  max-width: 160px;
}
.oc-contents {
  height: 135px;
}
.oc-content {
  display: none;
}
.oc-content .oc-slider {
  opacity: 0;
  transition: opacity 0.2s;
}
.oc-content.active {
  display: block;
}
.oc-content.active .oc-slider {
  opacity: 1;
}
@media screen and (min-width: 1020px) {
  .oc-contents {
    height: 150px;
  }
  .oc-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.oc-item {
  padding: 0 5px;
}
@media screen and (min-width: 1020px) {
  .oc-item {
    padding: 0 6px;
  }
}
.oc-item .inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #000;
  border-radius: 0 16px 16px 16px;
  padding: 17px 0 45px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.oc-item .inner .year {
  position: absolute;
  display: block;
  color: #fff;
  background-color: #525252;
  border: 1px solid #000;
  border-radius: 0 0 6px 0;
  padding: 0 0.3em;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.oc-item .inner .date {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.oc-item .inner .date .day {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}
.oc-item .inner .date .day strong {
  font-size: 1.77em;
  font-weight: 500;
}
.oc-item .inner .date .youbi {
  width: 45px;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  background-color: #F29E00;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
}
.oc-item .inner .date .youbi.sat {
  background-color: #74BDFC;
}
.oc-item .inner .date .youbi.sun {
  background-color: #FF5771;
}
.oc-item .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #C0FF15;
  border-top: 1px solid #000;
  font-size: 11px;
  padding: 1em 0;
  line-height: 1.5;
}
.oc-item .inner a:after {
  content: "";
  width: 6px;
  height: 7px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.oc-others {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
}
.oc-others h3 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #9E70C4;
  font-size: 18px;
}
.oc-other-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.oc-others .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #DCC3E5;
  border: 1px solid #707070;
  font-size: 12px;
  padding: 0.5em 1em;
  border-radius: 20px;
}
.oc-others .btn:after {
  content: "";
  background-image: url(../img/ico_external_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}
@media screen and (min-width: 1020px) {
  .oc-others {
    padding: 15px 35px;
    display: flex;
    gap: 17px;
  }
  .oc-others .btn {
    font-size: 14px;
  }
  .oc-others h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .oc-others-buttons {
    gap: 6px;
  }
}
.oc-contact {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 27px;
  padding: 15px 20px;
}
@media screen and (min-width: 1020px) {
  .oc-contact {
    padding: 30px;
    max-width: 933px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1020px) {
  .oc-contact .inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.oc-contact h3 {
  font-size: 20px;
  color: #9E70C4;
}
@media screen and (min-width: 768px), print {
  .oc-contact h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .oc-contact .schedule {
    display: flex;
    align-items: center;
  }
}
.oc-contact .schedule dt {
  background-color: #9E70C4;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .oc-contact .schedule dt {
    padding: 0.65em 1.3em;
    font-size: 17px;
  }
}
.oc-contact .schedule dd {
  font-size: 21px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .oc-contact .schedule dd {
    margin-top: 0;
  }
}
.oc-contact .contact {
  width: 100%;
  max-width: 450px;
  background-color: #EFEFEF;
  border-radius: 20px;
  padding: 20px;
}
.oc-contact .contact dt {
  text-align: center;
  color: #9E70C4;
  font-size: 15px;
  line-height: 1.4;
}
.oc-contact .contact dt small {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.oc-contact .contact dd {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .oc-contact .contact dd {
    margin-top: 0;
  }
}
.oc-contact .contact dd a {
  font-size: 35px;
}
.oc-gallery .grid {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid {
    display: grid;
    gap: 20px;
  }
}
.oc-gallery .grid a {
  border-radius: 40px;
  overflow: hidden;
}
.oc-gallery .grid-col3 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid-col3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.oc-gallery .grid-col3 a:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.oc-gallery .grid-col3 a:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid-col3 a:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.oc-gallery .grid-col3 a:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid-col3 a:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.oc-gallery .grid-col3 a:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid-col3 a:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.oc-gallery .grid-col3 a:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media screen and (min-width: 1020px) {
  .oc-gallery .grid-col3 a:nth-of-type(5) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.oc-gallery .grid-col2 {
  grid-template-columns: 1fr 1fr;
}

.admission {
  background-image: url(../img/bg_03.svg);
  background-position: top left;
  position: relative;
}
.admission .parts.text {
  top: 0;
  right: 0;
  line-height: 1;
  transform: translate(-3.4vw, -23%);
}
.admission .parts.text span {
  font-size: 13vw;
  color: #F2F2F2;
  font-weight: 600;
  display: inline-block;
}
.admission h2 img {
  width: 100%;
  max-width: 324px;
}
.admission h2 + p {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 17px;
}
.admission h2 + p strong {
  font-size: 1.0588235294em;
  font-weight: 900;
}
.admission .flex {
  row-gap: 25px;
}
.admission .flex a {
  display: block;
  flex-basis: 48.7647%;
}
@media screen and (max-width: 479px) {
  .admission h2 {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .admission h2 img {
    max-width: 633px;
  }
}

.faq {
  background-image: url(../img/bg_06.jpg);
  background-position: top left;
  background-size: 100px 100px;
}
.faq h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .faq h2 {
    font-size: 32px;
  }
}
.faq .parts01 {
  max-width: 138.46px;
  top: 0;
  left: 0;
  transform: translate(-90%, -70%);
}
.faq-list {
  margin-top: 30px;
}
@media screen and (min-width: 1020px) {
  .faq-list {
    margin-top: 50px;
  }
}
.faq-item {
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  background-color: #fff;
  border-radius: 0 25px 0 25px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .faq-item {
    padding: 2rem 5rem 2rem 2rem;
    border-radius: 0 35px 0 35px;
  }
}
.faq-item .question {
  cursor: pointer;
}
.faq-item .question h3 {
  font-size: 17px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
  transition: color 0.3s;
}
@media screen and (min-width: 768px), print {
  .faq-item .question h3 {
    font-size: 20px;
    line-height: 36px;
    padding-left: 40px;
  }
}
.faq-item .question h3:before {
  content: "Q";
  color: #B398CB;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px), print {
  .faq-item .question h3:before {
    font-size: 36px;
  }
}
.faq-item .question .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: #A9FF33;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media screen and (min-width: 768px), print {
  .faq-item .question .icon {
    width: 40px;
    height: 40px;
    top: 27px;
    right: 30px;
  }
}
.faq-item .question .icon:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-item .question .icon:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq-item .question:hover h3 {
  color: #73518E;
}
.faq-item .answer {
  padding: 20px 0 20px 30px;
  height: 0;
  display: none;
  transition: height 0.5s;
}
@media screen and (min-width: 768px), print {
  .faq-item .answer {
    padding: 30px 0 30px 40px;
  }
}
.faq-item .answer h4 {
  font-size: 17px;
  line-height: 30px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .faq-item .answer h4 {
    line-height: 36px;
    font-size: 20px;
  }
}
.faq-item .answer h4:before {
  content: "A";
  color: #B398CB;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30px, -0.1em);
}
@media screen and (min-width: 768px), print {
  .faq-item .answer h4:before {
    font-size: 36px;
    transform: translate(-40px, -0.1em);
  }
}
.faq-item .answer p {
  line-height: 1.8666;
  margin-top: 1em;
}
.faq-item .answer .video {
  max-width: 520px;
}
.faq-item .answer .relation {
  margin-top: 23px;
  background-color: #F4F4F4;
  border-radius: 24px;
  padding: 17px 22px;
}
.faq-item .answer .relation h5 {
  flex-basis: 30%;
  font-size: 16px;
  color: #6C4A87;
  text-align: center;
}
.faq-item .answer .relation .links {
  flex-basis: 70%;
  background-color: #fff;
  border-radius: 20px;
  padding: 1em;
}
@media screen and (min-width: 1020px) {
  .faq-item .answer .relation .links {
    font-size: 16px;
    padding: 1.5em 2em;
  }
}
.faq-item .answer .relation .links a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-item .answer .relation .links a span:not([class]) {
  border-bottom: 1px solid #000;
  transition: all 0.1s;
}
@media screen and (max-width: 767px) {
  .faq-item .answer .relation .links a span:not([class]) {
    font-size: 14px;
  }
}
.faq-item .answer .relation .links a .ico-arrow {
  flex-shrink: 0;
}
.faq-item .answer .relation .links a + a {
  margin-top: 0.5em;
}
.faq-item .answer .relation .links a:hover span:not([class]) {
  border-color: #fff;
}
@media screen and (min-width: 768px), print {
  .faq-item .answer .relation-instagram .video {
    flex-basis: 62%;
    width: 500px;
  }
}
.faq-item .answer .relation-instagram .relation {
  padding: 15px;
}
@media screen and (min-width: 768px), print {
  .faq-item .answer .relation-instagram .relation {
    flex-basis: 30%;
    margin-top: 0;
    padding: 18px 15px 15px;
  }
}
.faq-item .answer .relation-instagram .relation .links {
  padding: 5px 10px 15px;
  text-align: center;
}
.faq-item .answer .relation-instagram .relation .links > img {
  width: 80%;
}
.faq-item .answer .relation-instagram .relation .links a.btn-normal {
  width: 100%;
  padding: 0.8em 1.2em 0.8em 0.5em;
}
.faq-item .answer .relation-instagram .relation .links a.btn-normal span {
  border-bottom: none;
  font-size: 14px;
}
.faq-item .answer .relation-instagram .relation .links a.btn-normal .ico-arrow {
  width: 33px;
  height: 33px;
}
.faq-item.open .question .icon:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-item.open .answer {
  height: auto;
  display: block;
}
.faq-item + .faq-item {
  margin-top: 17px;
}

.real {
  border-top: 2px solid #000000;
  padding-bottom: 3px;
  border-bottom: 2px solid #000000;
}
.real-slider .slick-slide {
  padding: 17px 20px;
}
.real .section-inner {
  background-image: url(../img/bg_real.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.real .section-inner .flex {
  justify-content: center;
}

.real .section-inner .flex .text p {
  margin-bottom: 20px;
}
.real .section-inner .flex .text p span {
  display: inline;
  background: linear-gradient(transparent 0, #F0FF39 0);
  line-height: 2;
}
.real .text .btn {
  padding-right: 2em;
  border-radius: 50px;;
}
.real .text .btn span:not([class]) {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .real .section-inner .flex .img {
  flex-basis: 447px;
  }
  .real .section-inner .flex .text {
    flex-basis: 510px;
    padding: 0 0 0 38px;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
.modal {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(140, 116, 178, 0.8);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    width: calc(100vw - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1020px) {
  .modal-wrap {
    width: 840px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-20%);
}
.modal-close a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #9E70C4;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .modal-close a {
    width: 50px;
    height: 50px;
  }
}
.modal-close a:hover {
  background-color: #D599F4;
  opacity: 1;
}
.modal-close a:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:before {
    top: 23px;
    left: 15px;
  }
}
.modal-close a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 10px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:after {
    top: 23px;
    left: 15px;
  }
}
.modal-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 26px;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .modal-content {
    padding: 50px 75px 40px 40px;
  }
}
.modal-content .flex .img {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .modal-content .flex .img {
    width: 30%;
    height: 100%;
  }
}
.modal-content .flex .img .inner {
  margin: -50px 0 -50vh;
}
@media screen and (min-width: 768px), print {
  .modal-content .flex .img .inner {
    width: 120%;
    margin: -80px 0;
  }
}
.modal-content .flex .text {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .modal-content .flex .text {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 5;
    margin-top: 16vh;
  }
}
@media screen and (min-width: 768px), print {
  .modal-content .flex .text {
    width: 70%;
  }
}
.modal-content .flex .text h3 {
  margin-bottom: 16px;
  background-color: #9E70C4;
  border: 1px solid #000;
  border-radius: 26px;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1020px) {
  .modal-content .flex .text h3 {
    font-size: 17px;
  }
}
.modal-content .flex .text h3:after {
  content: "";
  display: block;
  background-color: #000;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  z-index: 1;
}
.modal-content .flex .text h3:before {
  content: "";
  display: block;
  background-color: #9E70C4;
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  z-index: 2;
}
.modal-content .flex .text .video {
  width: 100%;
}
.modal-content .flex .text .video-inner {
  padding-top: 56.25%;
  position: relative;
}
.modal-content .flex .text .video-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------
  lazy-load
 ------------------------- */

.lazy-youtube {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-top: 56.25%; /* 16:9の比率を保つための設定 */
  height: 0;
  overflow: hidden;
  background-color: #000; /* 読み込み中に黒い背景を表示 */
}

.lazy-youtube img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* コンテナに合わせて画像を中央でトリミング */
  border: 0;
}

.lazy-youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url('https://www.youtube.com/s/desktop/b349a03a/img/favicon_144x144.png') no-repeat center center;
  background-size: contain;
  transition: transform 0.1s ease;
  z-index: 1; /* 画像の上に再生ボタンを表示 */
}

.lazy-youtube:hover .play-button {
  transform: translate(-50%, -50%) scale(1.2);
}

/* フッターの電話番号をスマホで縦並びにする修正 */
@media screen and (max-width: 767px) {
  .footer-info .tel {
    flex-direction: column; /* アイテムを縦に並べる */
    align-items: center;    /* 中央揃えにする */
    gap: 5px;               /* 縦方向の少しの隙間 */
  }
}