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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-primary: #d0ac75;
  --color-secondary: #6199d2;
  --color-marker: #FFEB00;
  --font-default: "Avenir Next","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  --font-default-color: #3a3c3f;
  --gradient-01: linear-gradient(135deg, #6199d2 0%,#f7c6bd 100%);
  --content-width: 1130px;
  --content-width-narrow: 900px;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.scroll_fadein {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

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

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

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

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

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

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

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.w0 {
  width: 0% !important;
}

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

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

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

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

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

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

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

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

.w5 {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

.w10 {
  width: 10% !important;
}

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

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

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

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

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

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

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

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

.w15 {
  width: 15% !important;
}

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

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

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

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

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

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

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

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

.w20 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.w25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

.w30 {
  width: 30% !important;
}

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

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

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

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

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

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

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

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

.w35 {
  width: 35% !important;
}

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

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

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

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

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

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

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

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

.w40 {
  width: 40% !important;
}

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

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

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

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

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

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

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

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

.w45 {
  width: 45% !important;
}

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

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

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

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

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

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

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

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

.w50 {
  width: 50% !important;
}

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

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

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

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

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

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

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

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

.w55 {
  width: 55% !important;
}

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

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

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

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

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

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

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

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

.w60 {
  width: 60% !important;
}

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

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

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

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

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

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

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

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

.w65 {
  width: 65% !important;
}

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

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

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

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

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

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

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

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

.w70 {
  width: 70% !important;
}

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

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

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

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

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

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

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

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

.w75 {
  width: 75% !important;
}

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

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

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

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

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

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

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

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

.w80 {
  width: 80% !important;
}

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

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

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

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

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

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

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

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

.w85 {
  width: 85% !important;
}

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

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

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

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

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

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

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

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

.w90 {
  width: 90% !important;
}

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

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

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

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

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

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

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

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

.w95 {
  width: 95% !important;
}

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

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

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

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

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

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

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

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

.w100 {
  width: 100% !important;
}

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

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

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

.marker {
  padding-bottom: 0.3em;
  background: linear-gradient(transparent 40%, var(--color-marker) 40%);
}

#site-header {
  width: 100%;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
}
#site-header .site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #site-header .site-header-inner {
    height: 100px;
    padding: 0 15px 0 30px;
  }
}
#site-header .site-logo {
  width: 58.4%;
  max-width: 368.2705px;
  line-height: 1;
  font-size: 0;
  position: relative;
}
#site-header .header-navigation {
  position: fixed;
  top: 60px;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 60px 25px;
  z-index: 101;
  transition: all 0.6s;
  background: var(--gradient-01);
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    right: -400px;
    width: 400px;
    top: 100px;
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
#site-header .primary-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#site-header .primary-menu .mainmenu {
  margin-bottom: 40px;
}
#site-header .primary-menu .mainmenu li a:not([class]) {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  color: #fff;
}
#site-header .primary-menu .mainmenu li + li {
  margin-top: 20px;
}
#site-header .primary-menu .mainmenu li:nth-of-type(5) {
  margin-top: 40px;
}
#site-header .primary-menu .mainmenu li:hover {
  opacity: 1;
}
#site-header .primary-menu .mainmenu li:hover .open:before {
  transition: transform 0.2s ease-in-out;
  transform: translateX(400%);
}
#site-header .primary-menu .mainmenu li:hover .open:after {
  transition: transform 0.2s ease-in-out 0.1s;
  transform: translateX(0);
}
#site-header .primary-menu .sns {
  gap: 30px;
}
#site-header .primary-menu .sns li {
  width: 21px;
  height: 21px;
}
#site-header .primary-menu .submenu {
  margin-top: 8px;
}
#site-header .primary-menu .submenu > li {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin-bottom: 5px;
}
#site-header .primary-menu .submenu > li:before {
  content: "";
  display: block;
  background-color: var(--color-primary);
  width: 5px;
  height: 1px;
  transform: translate(0, 2px);
}
#site-header .primary-menu .submenu > li a {
  font-size: 12px;
  white-space: nowrap;
}
#site-header .primary-menu .btn + .btn {
  margin-top: 15px;
}
#site-header .primary-menu .illust01 {
  top: 0;
  right: 0;
  transform: translate(90%, 20px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu .illust01 {
    width: 61.3333333vw;
    transform: translate(100%, 10px);
  }
}
#site-header .nav-toggle {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 60px;
    height: 60px;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 2px var(--color-primary);
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  top: 50%;
  width: 15px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span {
    width: 28px;
  }
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -6px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(1) {
    transform: translate(-50%, -8px);
  }
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}
#site-header .nav-toggle span:nth-child(3) {
  transform: translate(-50%, 6px);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span:nth-child(3) {
    transform: translate(-50%, 8px);
  }
}
#site-header .nav-toggle.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#site-header .nav-toggle.active span:nth-child(2), #site-header .nav-toggle.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .floating-menu {
    width: 53px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.floating-menu ul {
  display: flex;
  gap: 3px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .floating-menu ul {
    flex-direction: column;
  }
}
.floating-menu ul li {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .floating-menu ul li {
    width: 100%;
  }
}
.floating-menu ul .btn {
  border-radius: 0;
  padding: 1em 1.5em 1em 1em;
}
@media screen and (min-width: 992px) {
  .floating-menu ul .btn {
    flex-direction: column;
    height: 210px;
    padding-bottom: 40px;
    padding: 0.5em 1em 2em;
  }
}
.floating-menu ul .btn .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .floating-menu ul .btn .ico {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.floating-menu ul .btn span {
  white-space: nowrap;
  font-size: 3.2vw;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .floating-menu ul .btn span {
    font-size: 16px;
    writing-mode: vertical-rl;
  }
}
.floating-menu ul .btn:hover {
  opacity: 1;
}
.floating-menu ul .btn:hover .open:before {
  transition: transform 0.2s ease-in-out;
  transform: translateX(400%);
}
.floating-menu ul .btn:hover .open:after {
  transition: transform 0.2s ease-in-out 0.1s;
  transform: translateX(0);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1400px) {
  #cover {
    display: none;
  }
}

#site-footer {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site-footer .section-inner {
    padding-bottom: 80px;
  }
}
#site-footer .logo {
  width: 44.8vw;
  max-width: 410px;
  margin: 0 auto 35px;
}
#site-footer .flex {
  gap: 15px;
}
@media screen and (min-width: 768px), print {
  #site-footer .flex {
    gap: 30px;
  }
}
#site-footer a[href^="tel:"] {
  display: inline-block;
  font-size: 26px;
  color: #3a3c3f;
  font-weight: 400;
  line-height: 1;
}
#site-footer address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  #site-footer address {
    font-size: 16px;
  }
}
#site-footer .sns {
  margin-top: 50px;
}
@media screen and (min-width: 768px), print {
  #site-footer .sns {
    margin-top: 90px;
  }
}
#site-footer .sns a {
  display: block;
  width: 47px;
  height: 47px;
}

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 4.5px;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  .pagetop {
    bottom: 16px;
    right: 23px;
  }
}
.pagetop a {
  width: 25px;
  height: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .pagetop a {
    width: 53px;
    height: 53px;
  }
}
@media screen and (min-width: 768px), print {
  .pagetop a img {
    width: 21px;
    height: 11px;
  }
}
.pagetop a img.arrow02 {
  position: absolute;
  transform: translateY(400%);
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a:hover .arrow01 {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-400%);
}
.pagetop a:hover .arrow02 {
  transition: transform 0.2s ease-in-out 0.1s;
  transform: translateY(0);
}

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

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

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

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

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

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

  				@include valiables_mixins.media(tablet) {
  					top: 28px;
  					left: 20px;
  				}
  			}
  		}
  	}
  */
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.modal-wrap {
  background-color: #6199d2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    padding: 30px 40px;
  }
}
.modal-content {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 1023px;
  margin: 0 auto;
}
.modal-content-inner {
  padding: 0 20px 20px;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
}
@media screen and (min-width: 768px), print {
  .modal-content-inner {
    padding: 30px;
    max-height: calc(100vh - 60px);
  }
}
.modal-content-inner > .flex .img {
  flex-basis: 33%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-content-inner > .flex .img img {
    width: 60%;
  }
}
@media screen and (min-width: 768px), print {
  .modal-content-inner > .flex .img img {
    transform: translate(0, -30px);
  }
}
.modal-content-inner > .flex .text {
  flex-basis: 60%;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal-content-inner > .flex .text {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.modal-content-inner > .flex .text .btn {
  width: 190px;
  margin: 20px auto 0;
}
.modal-content-inner > .flex .text .btn:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/ico_arrow_left.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.modal-item .label {
  background-color: var(--color-secondary);
  padding: 0 1em;
  color: #fff;
  line-height: 30px;
}
@media screen and (min-width: 768px), print {
  .modal-item .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .modal-item .label {
    display: none;
  }
}
.modal-item dl, .modal-item h3, .modal-item p {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .modal-item dl, .modal-item h3, .modal-item p {
    font-size: 17px;
    margin-top: 25px;
  }
}
.modal-item dt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .modal-item dt {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .modal-item dt {
    font-size: 19px;
    flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .modal-item dd {
    text-align: center;
    margin-top: 5px;
  }
}
.modal-item h3 {
  font-size: 16px;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px), print {
  .modal-item h3 {
    font-size: 22px;
  }
}
.modal-item + .modal-item {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 3px dotted var(--color-secondary);
}
@media screen and (min-width: 768px), print {
  .modal-item + .modal-item {
    margin-top: 35px;
    padding-top: 35px;
  }
}

/* --------------- Animation --------------- */
@keyframes shine {
  33% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(100%);
  }
}
/* --------------- Common --------------- */
#main {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #main {
    padding-top: 100px;
  }
}

.parts {
  position: absolute;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .btn {
    gap: 10px;
  }
}
.btn span {
  font-weight: bold;
  text-align: center;
}
.btn.is-icon {
  padding-right: 30px;
}
.btn.is-icon .ico {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.is-icon .ico {
    right: 8px;
  }
}
.btn.is-icon-left {
  padding-left: 50px;
}
@media screen and (min-width: 992px) {
  .btn.is-icon-left {
    padding-left: 100px;
  }
}
.btn.is-icon-left .ico {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.is-icon-left .ico {
    left: 30px;
  }
}
.btn-primary {
  background: var(--gradient-01);
  color: #fff;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border-radius: 50px;
}
.btn-primary span {
  line-height: 1.2;
  font-size: 12px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px), print {
  .btn-primary span {
    font-size: 18px;
  }
}
.btn-blue {
  background-color: var(--color-secondary);
  padding: 1.5em 1em;
  border-radius: 16px;
}
.btn-blue span {
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .btn-blue span {
    font-size: 27px;
  }
}
.btn-pink {
  background-color: #ee847d;
  padding: 1.5em 1em;
  border-radius: 16px;
}
.btn-pink span {
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .btn-pink span {
    font-size: 27.5px;
  }
}
.btn-border {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0.5em;
  padding-left: 30px;
  color: #fff;
}
.btn-border .ico {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.btn-border .ico.book {
  width: 26px;
  height: 16px;
}
.btn-border .ico.tools {
  width: 26px;
  height: 22px;
}

.ico {
  display: inline-block;
}
.ico.page-link {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .ico.page-link {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
  }
}
.ico.page-link:after, .ico.page-link:before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/ico_arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .ico.page-link:after, .ico.page-link:before {
    width: 9px;
    height: 14px;
  }
}
.ico.page-link:after {
  position: absolute;
  transform: translateY(-400%);
}
.ico.open {
  width: 21px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .ico.open {
    width: 23px;
    height: 23px;
  }
}
.ico.open:after, .ico.open:before {
  content: "";
  width: 9px;
  height: 6px;
  background-image: url(../img/ico_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .ico.open:after, .ico.open:before {
    width: 11px;
    height: 7px;
  }
}
.ico.open:after {
  position: absolute;
  transform: translateX(-400%);
}
.ico.book {
  width: 40px;
  height: 24px;
  background-image: url(../img/ico_book.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .ico.book {
    width: 80px;
    height: 48px;
  }
}
.ico.tools {
  width: 30.5px;
  height: 34px;
  background-image: url(../img/ico_tools.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .ico.tools {
    width: 61px;
    height: 68px;
  }
}

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

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

.copyright {
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  .copyright {
    font-size: 14px;
  }
}

.notice {
  color: #747474;
  font-size: 13px !important;
}
@media screen and (min-width: 768px), print {
  .notice {
    font-size: 15px !important;
  }
}

.navigation .flex {
  gap: 4px;
}
@media screen and (min-width: 768px), print {
  .navigation .flex {
    gap: 15px;
  }
}
.navigation .btn {
  width: calc(50% - 4px);
}
@media screen and (min-width: 768px), print {
  .navigation .btn {
    width: calc((100% - 45px) / 4);
    max-width: 252px;
  }
}
.navigation .btn:hover {
  opacity: 1;
}
.navigation .btn:hover .page-link:before {
  transition: transform 0.3s ease-in-out;
  transform: translateY(400%);
}
.navigation .btn:hover .page-link:after {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translateY(0);
}

/* --------------- Contents --------------- */
.fv .section-inner {
  padding: 0;
  max-width: initial;
}
.fv-copy {
  top: 25px;
  left: 50%;
  width: 33.7859px;
  transform: translate(-36vw, 0);
}
@media screen and (min-width: 768px), print {
  .fv-copy {
    top: 60px;
    left: 50%;
    width: 56.2927px;
    transform: translate(-310px, 0);
  }
}
.fv-text {
  bottom: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 768px), print {
  .fv-text {
    bottom: 65px;
    left: 80px;
    gap: 10px;
  }
}
.fv-text span {
  padding: 0 1em;
  color: #fff;
  font-size: 3.2vw;
  background-color: var(--color-primary);
  display: inline-block;
  line-height: 2;
  letter-spacing: 0.075em;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (min-width: 768px), print {
  .fv-text span {
    font-size: 25px;
  }
}
.fv-text span.is-animated {
  clip-path: inset(0);
}
.fv-text span:nth-of-type(2) {
  transition-delay: 0.8s;
}

.intro {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .intro {
    padding-top: 160px;
  }
}
.intro-heading {
  background-image: url(../img/bg_01_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .intro-heading {
    background-image: url(../img/bg_01.jpg);
  }
}
.intro-heading-img {
  max-width: 926.5px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro-heading-img {
    padding-left: 10px;
  }
}
.intro-heading-img img {
  transform: translate(0, -30px);
}
@media screen and (min-width: 768px), print {
  .intro-heading-img img {
    transform: translate(0, -60px);
  }
}
.intro-heading-text {
  margin-top: -30px;
  background-image: url(../img/bg_02_sp.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .intro-heading-text {
    margin-top: -60px;
    background-image: url(../img/bg_02.png);
    height: 200px;
    padding-bottom: 40px;
  }
}
.intro-heading-text p {
  color: #fff;
  font-size: 12px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px), print {
  .intro-heading-text p {
    font-size: 24px;
  }
}
.intro-body {
  background-image: url(../img/bg_03_sp.jpg);
  background-position: top center;
}
@media screen and (min-width: 768px), print {
  .intro-body {
    background-image: url(../img/bg_03.jpg);
  }
}
.intro-body h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .intro-body h2 {
    font-size: 34px;
  }
}
.intro-body h2 strong {
  color: var(--color-primary);
  font-size: 1.23529411em;
  font-weight: 700;
}
.intro-body h2 .copy img {
  width: 60vw;
  max-width: 364px;
}
@media screen and (max-width: 767px) {
  .intro-body .img {
    margin-left: -20px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 768px), print {
  .intro-body .img01 {
    padding-top: 22px;
  }
  .intro-body .img02 {
    padding-top: 112px;
    transition-delay: 0.4s;
  }
  .intro-body .img03 {
    transition-delay: 0.8s;
  }
}

.reason {
  background-image: url(../img/bg_04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reason .section-inner {
  max-width: var(--content-width-narrow);
}
.reason h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .reason h2 {
    margin-bottom: 80px;
  }
}
.reason h2 div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
  font-size: 22px;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px), print {
  .reason h2 div {
    font-size: 36px;
  }
}
.reason h2 div:before, .reason h2 div:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 43px;
  background-image: url(../img/deco_01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .reason h2 div:before, .reason h2 div:after {
    width: 40px;
    height: 86px;
  }
}
.reason h2 div:after {
  transform: scale(-1, 1);
}
.reason h2 div span {
  line-height: 1.2;
}
.reason h2 strong {
  font-size: 1.18181818em;
  font-weight: 700;
  color: var(--color-primary);
}
.reason-item + .reason-item {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .reason-item + .reason-item {
    margin-top: 135px;
  }
}
.reason-item-ttl {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px), print {
  .reason-item-ttl {
    font-size: 28px;
  }
}
.reason-item-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #6199d2 60%, #f7c6bd 100%);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 17px;
  z-index: 1;
}
.reason-item-ttl-inner {
  background-color: #fff;
  border-radius: 17px;
  position: relative;
  padding: 1.8em 1em 1em;
  z-index: 10;
}
.reason-item-ttl .label-point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
}
@media screen and (max-width: 767px) {
  .reason-item-ttl .label-point {
    width: 54px;
    transform: translate(-50%, -55%);
  }
}
.reason-item-ttl .underline {
  display: inline-block;
  background-image: url(../img/line_01.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 12.8px;
}
.reason-item .img {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .reason-item .img {
    margin-top: 70px;
  }
}
.reason-item .text {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .reason-item .text {
    margin-top: 55px;
  }
}
.reason-item .text p {
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .reason-item .text p {
    font-size: 18px;
  }
}
.reason-item#point01 .img img {
  max-width: 612px;
}
.reason-item#point02 .text .flex {
  gap: 30px;
}
.reason-item#point02 .text dl {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  gap: 10px;
}
.reason-item#point02 .text dl dt {
  flex-shrink: 0;
  border: 1px solid #3a3c3f;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5em 0.5em 0.2em;
  font-size: 13px;
}
.reason-item#point03 .hiketsu li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .reason-item#point03 .hiketsu li {
    gap: 20px;
    font-size: 20px;
  }
}
.reason-item#point03 .hiketsu li:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 25px;
  background-image: url(../img/hiketsu_01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .reason-item#point03 .hiketsu li:before {
    width: 79px;
    height: 38px;
  }
}
.reason-item#point03 .hiketsu li:nth-of-type(2):before {
  background-image: url(../img/hiketsu_02.svg);
}
.reason-item#point03 .hiketsu li:nth-of-type(3):before {
  background-image: url(../img/hiketsu_03.svg);
}
.reason-item#point03 .hiketsu li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .reason-item#point03 .hiketsu li + li {
    margin-top: 30px;
  }
}

.course {
  background-image: url(../img/bg_05.png);
  background-position: top left;
  background-size: 1000px auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .course {
    padding-bottom: 100px;
    background-size: auto;
  }
}
.course .section-inner {
  max-width: var(--content-width-narrow);
}
.course-item {
  display: block;
  max-width: 662.5px;
  margin-left: auto;
  margin-right: auto;
}
.course-item + .course-item {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .course-item + .course-item {
    margin-top: 60px;
  }
}
.course .cta {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .course .cta {
    max-width: 280px;
    margin: 0 auto;
  }
}
.course .cta .btn {
  flex-basis: 50%;
  max-width: 567px;
}
.course .cta .btn:hover {
  opacity: 1;
  filter: brightness(1.5);
}

.graduates {
  background-image: url(../img/bg_05.png);
  background-position: top left;
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .graduates {
    padding-top: 160px;
  }
}
.graduates .section-wrap {
  background-color: var(--color-secondary);
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  padding-top: 25px;
}
@media screen and (min-width: 992px) {
  .graduates .section-wrap {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}
.graduates .parts.circle {
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background-color: var(--color-secondary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 7.3vw;
}
.graduates .parts.circle img {
  width: 35vw;
  max-width: 256px;
}
.graduates h2 {
  text-align: center;
}
.graduates h2 img {
  width: 70vw;
  max-width: 495px;
}
.graduates h2 + p {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .graduates h2 + p {
    margin-top: 80px;
    font-size: 28px;
  }
}
.graduates-list {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .graduates-list {
    margin-top: 100px;
  }
}
.graduates-item {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  width: calc(100vw - 32px);
  margin: 0 16px;
}
@media screen and (min-width: 768px), print {
  .graduates-item {
    width: 480px;
    margin: 0 16px;
    padding: 20px 50px;
  }
}
.graduates-item .img {
  text-align: center;
}
.graduates-item .img img {
  width: 52%;
  margin: auto;
}
.graduates-item .text {
  margin-top: 20px;
  border-top: 2px dotted var(--color-secondary);
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .graduates-item .text {
    padding: 25px;
  }
}
.graduates-item .text h3 {
  margin-bottom: 1em;
  font-size: 15px;
  color: var(--color-secondary);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .graduates-item .text h3 {
    font-size: 20px;
  }
}
.graduates-item .text p {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .graduates-item .text p {
    font-size: 17px;
  }
}
.graduates-item .text .btn {
  width: 180px;
  display: inline-flex;
  cursor: pointer;
  transition: opacity 0.3s;
}
.graduates-item .text .btn:hover {
  opacity: 1;
}
.graduates-item .text .btn:hover .open:before {
  transition: transform 0.2s ease-in-out;
  transform: translateX(400%);
}
.graduates-item .text .btn:hover .open:after {
  transition: transform 0.2s ease-in-out 0.1s;
  transform: translateX(0);
}
.graduates .slick-track {
  display: flex;
}
.graduates .slick-slide {
  height: auto;
}
.graduates .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  font-size: 0;
  appearance: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .graduates .slick-arrow {
    width: 66px;
    height: 66px;
    background-color: var(--color-secondary);
    left: 20px;
  }
}
.graduates .slick-arrow:hover {
  opacity: 0.8;
}
.graduates .slick-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  transform: rotate(45deg) translate(50%, 100%);
}
@media screen and (min-width: 768px), print {
  .graduates .slick-arrow:before {
    width: 20px;
    height: 20px;
  }
}
.graduates .slick-prev:before {
  border-bottom: 2px solid var(--color-secondary);
  border-left: 2px solid var(--color-secondary);
  left: 50%;
}
@media screen and (min-width: 768px), print {
  .graduates .slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.graduates .slick-next {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .graduates .slick-next {
    right: 20px;
  }
}
.graduates .slick-next:before {
  border-top: 2px solid var(--color-secondary);
  border-right: 2px solid var(--color-secondary);
  left: 40%;
}
@media screen and (min-width: 768px), print {
  .graduates .slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.oc {
  background-image: url(../img/bg_06.png);
  background-color: #fff;
}
.oc-gallery {
  padding-left: 0;
  padding-right: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .oc-gallery {
    margin-left: calc((100vw - var(--content-width-narrow)) / 2 * -1 - 40px);
    margin-right: calc((100vw - var(--content-width-narrow)) / 2 * -1 - 40px);
    margin-bottom: 50px;
  }
}
.oc p {
  line-height: 2;
  max-width: var(--content-width-narrow);
  margin: 0 auto;
}
.oc p small {
  color: var(--color-secondary);
  font-size: 0.7em;
}
.oc-item {
  width: 35.7vw;
  margin: 3px;
}
@media screen and (min-width: 768px), print {
  .oc-item {
    width: 296px;
    margin: 7px;
  }
}
.oc-item img {
  border-radius: 12px;
}
.oc h3 {
  margin: 50px 0 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .oc h3 {
    margin: 100px 0 80px;
  }
}
.oc h3 img {
  width: 60%;
  max-width: 356px;
}
.oc-flow-item {
  height: 100%;
  position: relative;
}
.oc-flow-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--color-secondary);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .oc-flow-item:after {
    display: none;
  }
}
.oc-flow-item .img {
  flex-basis: 48.6%;
}
@media screen and (min-width: 768px), print {
  .oc-flow-item .img {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .oc-flow-item .img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.oc-flow-item .step {
  flex-basis: 70px;
  position: relative;
  padding-bottom: 30px;
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .oc-flow-item .step {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding-bottom: 160px;
  }
}
.oc-flow-item .step:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--color-secondary);
  z-index: 1;
}
.oc-flow-item .step img {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .oc-flow-item .step img {
    width: 13.7vw;
    position: absolute;
    transform: translate(0, -40%);
  }
}
.oc-flow-item .text {
  flex-basis: 35.5%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .oc-flow-item .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .oc-flow-item .text {
    padding-bottom: 160px;
  }
}
.oc-flow-item .text h4 {
  margin-bottom: 0.4em;
  text-align: center;
  color: var(--color-secondary);
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .oc-flow-item .text h4 {
    margin-bottom: 0.6em;
    font-size: 22px;
  }
}
.oc-flow-item .text p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .oc-flow-item .text p {
    max-width: 288px;
  }
}
@media screen and (min-width: 768px), print {
  .oc-flow-item .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), print {
  .oc-flow-item:first-of-type .step:before {
    height: 70%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .oc-flow-item:last-of-type .step:before {
    height: 30%;
  }
}

.bottom-cta {
  background-image: url(../img/bg_07.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.bottom-cta .parts {
  top: 0;
  left: 50%;
  transform: translate(-50%, -7px);
  width: 100%;
  max-width: 1390px;
  z-index: 1;
}
.bottom-cta .img {
  width: 100%;
  max-width: 755px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.bottom-cta .cta {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 15;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  .bottom-cta .cta {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-cta .cta .btn {
    padding: 0.5em 1em 0.5em 55px;
  }
}
@media screen and (min-width: 768px), print {
  .bottom-cta .cta .btn {
    width: 388px;
  }
}
.bottom-cta .cta .btn:hover {
  opacity: 1;
  filter: brightness(1.5);
}
.bottom-cta .cta .btn span {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .bottom-cta .cta .btn span {
    font-size: 18px;
  }
}
.bottom-cta .cta .btn .ico.book {
  width: 33px;
  height: 20px;
}
@media screen and (min-width: 768px), print {
  .bottom-cta .cta .btn .ico.book {
    width: 54px;
    height: 32px;
  }
}
.bottom-cta .cta .btn .ico.tools {
  width: 26px;
  height: 29px;
}
@media screen and (min-width: 768px), print {
  .bottom-cta .cta .btn .ico.tools {
    width: 42px;
    height: 46px;
  }
}

.access dl {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .access dl {
    font-size: 18px;
  }
}
.access dl dt {
  margin-bottom: 0.5em;
  color: var(--color-secondary);
}
.access .section-inner {
  padding-bottom: 50px;
}