@charset "UTF-8";
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
@media (min-width: 1696px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1296px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (max-width: 1695px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1295px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) and (max-width: 1295px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1296px) and (max-width: 1695px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse; /* added */
  -webkit-text-size-adjust: none; /* added */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
} /* added */
ol li {
  list-style: none;
} /* added */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 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 {
  margin: 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;
  appearance: none;
  font-family: inherit;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

/**
 * 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 */
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  font-family: 'Noto Sans JP', sans-serif;
}

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?du160o");
  src: url("../fonts/icomoon.eot?du160o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?du160o") format("truetype"), url("../fonts/icomoon.woff?du160o") format("woff"), url("../fonts/icomoon.svg?du160o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1_top:before {
  content: "\e316";
}

.icon-arrow1_right:before {
  content: "\e315";
}

.icon-arrow1_bottom:before {
  content: "\e313";
}

.icon-arrow1_left:before {
  content: "\e314";
}

.icon-arrow2_top:before {
  content: "\e907";
}

.icon-arrow2_right:before {
  content: "\e901";
}

.icon-arrow2_bottom:before {
  content: "\e906";
}

.icon-arrow2_left:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e911";
}

.icon-link:before {
  content: "\e900";
}

.icon-pdf:before {
  content: "\e903";
}

.icon-tag:before {
  content: "\e904";
}

.icon-lock:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e905";
}

.icon-search-plus:before {
  content: "\e908";
}

.icon-facebook1:before {
  content: "\e90a";
}

.icon-facebook2:before {
  content: "\e910";
}

.icon-x:before {
  content: "\e90d";
}

.icon-Instagram:before {
  content: "\e90b";
}

.icon-Line:before {
  content: "\e90e";
}

.icon-Youtube:before {
  content: "\ea9d";
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 93.75%;
}
@media (min-width: 576px) {
  html {
    font-size: 93.75%;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 106.25%;
  }
}

body {
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.9;
  font-weight: 500;
  word-wrap: break-word;
  color: #202020;
  background: #1463D3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
  font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

:-moz-placeholder {
  font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

::selection {
  background: #3685F3;
  color: #ffffff;
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* heading 
----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

/* a,img
----------------------------------------------------------------*/
a {
  color: #1463D3;
  vertical-align: top;
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a img {
  display: block;
  width: 100%;
}
a.hover img {
  transition: all 0.3s ease 0s;
}
a.hover img:hover {
  opacity: 0.6;
}
a[href*="javascript:void(0);"] {
  cursor: default;
}

figure img {
  display: block;
  width: 100%;
}

button {
  font-size: 93.75%;
}
@media (min-width: 576px) {
  button {
    font-size: 93.75%;
  }
}
@media (min-width: 1024px) {
  button {
    font-size: 106.25%;
  }
}

picture img {
  display: block;
  width: 100%;
}

/* tel-link */
.tel-link a {
  cursor: default;
  text-decoration: none !important;
}

[id*=link-],
.scroll-position {
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 1296px) {
  [id*=link-],
  .scroll-position {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* scroll-bar */
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #C9CED2;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #ffffff;
}

/* CSS Document */
/*====================================================================

	common.css

=====================================================================*/
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  z-index: 9;
}

.h-logo {
  position: absolute;
  top: 0.5em;
  left: 1em;
  width: 50%;
  max-width: 160px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
  .h-logo {
    width: 30%;
    max-width: 224px;
  }
}

/*
	sp-nav
/------------------------------------------------------------*/
.h-insta {
  position: fixed;
  top: 0.5em;
  right: calc(64px + 0.2em);
  width: 40px;
  height: 40px;
}
@media (min-width: 1296px) {
  .h-insta {
    right: calc(72px + 0.2em);
  }
}
.h-insta a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #232729;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
}
@media (min-width: 1296px) {
  .h-insta a {
    width: 3em;
    height: 3em;
  }
}
.h-insta a:hover {
  background: #023BAE;
}
.h-insta a i {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 0.9;
}

.header.is-fixed {
  min-height: 64px;
}
@media (min-width: 1296px) {
  .header.is-fixed {
    min-height: 72px;
  }
}

#wrapper,
.header {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  #wrapper.active,
  .header.active {
    transform: translateX(-360px);
  }
}
@media (max-width: 767px) {
  #wrapper.active,
  .header.active {
    transform: translateX(-260px);
  }
}

#sp-nav-toggle {
  display: none;
}
@media (min-width: 768px) {
  #sp-nav-toggle:checked + .sp-nav-open {
    transform: translateX(-360px);
  }
}
@media (max-width: 767px) {
  #sp-nav-toggle:checked + .sp-nav-open {
    transform: translateX(-260px);
  }
}
#sp-nav-toggle:checked + .sp-nav-open span, #sp-nav-toggle:checked + .sp-nav-open::before, #sp-nav-toggle:checked + .sp-nav-open::after {
  border-color: #ffffff;
}
#sp-nav-toggle:checked + .sp-nav-open span {
  transform: scaleX(0);
}
#sp-nav-toggle:checked + .sp-nav-open::before {
  transform: rotate(45deg);
}
#sp-nav-toggle:checked + .sp-nav-open::after {
  transform: rotate(-45deg);
}
#sp-nav-toggle:checked ~ .sp-nav-close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
}
#sp-nav-toggle:checked ~ .sp-nav {
  transform: none;
}

.sp-nav-open,
.sp-nav-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}

.sp-nav-open {
  width: 64px;
  height: 64px;
  z-index: 11;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1296px) {
  .sp-nav-open {
    width: 72px;
    height: 72px;
  }
}
.sp-nav-open span, .sp-nav-open::before, .sp-nav-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid;
  border-color: #C9CED2;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sp-nav-open::before {
  transform: translateY(-8px);
}
@media (min-width: 1024px) {
  .sp-nav-open::before {
    transform: translateY(-10px);
  }
}
.sp-nav-open::after {
  transform: translateY(8px);
}
@media (min-width: 1024px) {
  .sp-nav-open::after {
    transform: translateY(10px);
  }
}
.sp-nav__btn.c-header .sp-nav-open span, .sp-nav__btn.c-header .sp-nav-open::before, .sp-nav__btn.c-header .sp-nav-open::after {
  border-color: #ffffff;
}
.sp-nav__btn.is-fixed .sp-nav-open span, .sp-nav__btn.is-fixed .sp-nav-open::before, .sp-nav__btn.is-fixed .sp-nav-open::after {
  border-color: #000000;
}

.sp-nav-close {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.6s;
  z-index: 10;
}

/* drawer menu */
.sp-nav {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100%;
  background: #232729;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .sp-nav {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .sp-nav {
    width: 260px;
  }
}
.sp-nav__inner {
  overflow-y: auto;
}

.sp-nav__logo {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.sp-nav__logo a {
  padding: 0.7rem 10%;
  display: block;
}

.sp-nav__list {
  padding: 0 10%;
  line-height: 1.5;
}
.sp-nav__list li {
  border-bottom: 1px solid #ffffff;
}
.sp-nav__list li:first-child {
  border-top: 1px solid #ffffff;
}
.sp-nav__list li a {
  color: #ffffff;
  display: block;
  padding: 1em 0;
  text-decoration: inherit;
  transition: background 0.6s;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}

.sp-lv2 {
  position: relative;
  width: 100%;
}
.sp-lv2 > a[href="javascript:void(0);"] {
  position: relative;
}
.sp-lv2 > a[href="javascript:void(0);"]::before, .sp-lv2 > a[href="javascript:void(0);"]::after {
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 14px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}
.sp-lv2 > a[href="javascript:void(0);"]::before {
  transform: rotate(0deg);
}
.sp-lv2 > a[href="javascript:void(0);"]::after {
  transform: rotate(90deg);
}
.sp-lv2 > a[href="javascript:void(0);"].is-active {
  color: #979DA4;
}
.sp-lv2 > a[href="javascript:void(0);"].is-active::before {
  display: none;
}
.sp-lv2 > a[href="javascript:void(0);"].is-active::after {
  top: 50%;
  transform: rotate(180deg);
}
.sp-lv2 .sub-menu {
  display: none;
}
.sp-lv2 .sub-menu li {
  border-top: 1px solid #4B4D4E;
  background: #6F757B;
}
.sp-lv2 .sub-menu li a {
  color: #ffffff;
  padding-left: calc(5% + 1.4em);
  position: relative;
}
.sp-lv2 .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 1.75em;
  left: 5%;
  width: 10px;
  height: 1px;
  background: #ffffff;
}

.sp-nav__other {
  background: #E5E9EC;
  margin-top: 2em;
  padding: 1.25em 1.5em;
  border-radius: 0.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sp-nav__other .is-sns {
  display: flex;
  column-gap: 0.5em;
  justify-content: center;
}
.sp-nav__other .is-sns li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #232729;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1296px) {
  .sp-nav__other .is-sns li a {
    right: calc(72px + 0.2em);
    width: 3em;
    height: 3em;
  }
}
.sp-nav__other .is-sns li a i {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 0.9;
}
.sp-nav__other .is-sns li a:hover {
  background: #023BAE;
}
.sp-nav__other .is-company {
  margin-top: 1em;
}
.sp-nav__other .is-company a {
  color: #ffffff;
  display: block;
  text-decoration: inherit;
  transition: background 0.6s;
  font-size: 15px;
  text-align: center;
  padding: 0.5em;
  background: #232729;
  border-radius: 0.3em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sp-nav__other .is-company a:hover {
  background: #023BAE;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
/* wrapper */
/* main */
.main::after {
  display: block;
  content: "";
  clear: both;
}
.main img {
  display: block;
}

/* contents */
.contents {
  background: #ffffff;
}

.l-cont_lg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 1296px) {
  .l-cont_lg {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-cont {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 768px) {
  .l-cont {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1296px) {
  .l-cont {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-cont_xl {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 768px) {
  .l-cont_xl {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1296px) {
  .l-cont_xl {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-cont_xxl {
  max-width: 1696px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 768px) {
  .l-cont_xxl {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1696px) {
  .l-cont_xxl {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-cont_full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 768px) {
  .l-cont_full {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1296px) {
  .l-cont_full {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* contents-box */
.l-box {
  width: 100%;
  z-index: 1;
  position: relative;
}
.l-box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  .l-box:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}

[class*=bg-box] {
  padding: 2rem 4%;
}
@media (min-width: 576px) {
  [class*=bg-box] {
    padding: 2rem 6%;
  }
}

.bg-box--gray {
  background: #f6f6f6;
}

/* table-box */
@media (min-width: 1024px) {
  .table-box__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .table-box__tit {
    width: 36.66%;
  }
}
@media (min-width: 1024px) {
  .table-box__table {
    width: 78.33%;
  }
}

/*----------------------------------------------------------------
	common-parts
----------------------------------------------------------------*/
/*	heading
/--------------------------------------------------------------------*/
.cont-ttl {
  margin-bottom: calc(2rem + 0.75em);
  line-height: 1.4;
}
.cont-ttl b {
  font-size: calc(2rem + 32 * (100vw - 376px) / 824);
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
  color: #1463D3;
}
@media (min-width: 1296px) {
  .cont-ttl b {
    font-size: 4rem;
  }
}
.cont-ttl span {
  font-size: calc(1.14rem + 8 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .cont-ttl span {
    font-size: 1.5rem;
  }
}
.cont-ttl--center {
  margin-bottom: calc(2rem + 0.75em);
  line-height: 1.4;
}
.cont-ttl--center b {
  font-size: calc(2rem + 32 * (100vw - 376px) / 824);
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
  color: #1463D3;
}
@media (min-width: 1296px) {
  .cont-ttl--center b {
    font-size: 4rem;
  }
}
.cont-ttl--center span {
  font-size: calc(1.14rem + 8 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .cont-ttl--center span {
    font-size: 1.5rem;
  }
}
.cont-ttl--center {
  text-align: center;
}

.cont-ttl2 {
  margin-bottom: calc(2rem + 0.6em);
  line-height: 1.4;
}
.cont-ttl2 b {
  font-size: calc(1.5rem + 24 * (100vw - 376px) / 824);
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
  color: #1463D3;
}
@media (min-width: 1296px) {
  .cont-ttl2 b {
    font-size: 3rem;
  }
}
.cont-ttl2 span {
  font-size: calc(1rem + 8 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .cont-ttl2 span {
    font-size: 1.5rem;
  }
}
.cont-ttl2--center {
  margin-bottom: calc(2rem + 0.6em);
  line-height: 1.4;
}
.cont-ttl2--center b {
  font-size: calc(1.5rem + 24 * (100vw - 376px) / 824);
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
  color: #1463D3;
}
@media (min-width: 1296px) {
  .cont-ttl2--center b {
    font-size: 3rem;
  }
}
.cont-ttl2--center span {
  font-size: calc(1rem + 8 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .cont-ttl2--center span {
    font-size: 1.5rem;
  }
}
.cont-ttl2--center {
  text-align: center;
}

.heading-ttl, .table-tit {
  text-align: center;
  line-height: 1.4;
  margin-bottom: calc(2rem + 0.1em);
  position: relative;
  color: #202020;
  font-size: calc(1.3rem + 6 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .heading-ttl, .table-tit {
    font-size: 2.31rem;
  }
}

[class*=heading-tit2] {
  text-align: center;
  line-height: 1.4;
  margin-bottom: calc(2rem + 0.3em);
  font-weight: 400;
  font-size: calc(1.14rem + 6 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  [class*=heading-tit2] {
    font-size: 1.5rem;
  }
}
[class*=heading-tit2] b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  font-size: calc(1.4rem + 10 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  [class*=heading-tit2] b {
    font-size: 2rem;
  }
}
[class*=heading-tit2] small {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  font-size: 0.73em;
}
@media (min-width: 576px) {
  [class*=heading-tit2] small {
    font-size: 0.73em;
  }
}
@media (min-width: 1024px) {
  [class*=heading-tit2] small {
    font-size: 0.64em;
  }
}
[class*=heading-tit2] small::before, [class*=heading-tit2] small::after {
  position: absolute;
  width: 1em;
  height: 1px;
  content: "";
  top: calc(50% + 1px);
}
[class*=heading-tit2] small::before {
  left: 0;
}
[class*=heading-tit2] small::after {
  right: 0;
}

.heading-ttl2 {
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  font-size: 1.14em;
  border-bottom: 1px solid #C9CED2;
  font-weight: 700;
}

/* teble用のタイトル */
/* ol
/--------------------------------------------------------------------*/
.common-ol {
  margin-left: 5px;
  counter-reset: ol-num;
}
.common-ol > li {
  line-height: 1.4;
  padding-left: 1.5em !important;
  position: relative;
}
.common-ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ol-num;
  content: counter(ol-num) ".";
}
.common-ol > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

/* ul
/--------------------------------------------------------------------*/
.common-ul {
  text-align: left;
}
.common-ul li {
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
@media (min-width: 1296px) {
  .common-ul li {
    font-size: 1.13rem;
  }
}
.common-ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0.17em;
  color: #C9CED2;
  font-size: 0.86em;
}
@media (min-width: 576px) {
  .common-ul li::before {
    font-size: 0.86em;
  }
}
@media (min-width: 1024px) {
  .common-ul li::before {
    font-size: 0.76em;
  }
}
.common-ul li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.check-ul {
  text-align: left;
}
.check-ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 40px;
  font-weight: 700;
  font-size: calc(1.03rem + 4 * (100vw - 376px) / 824);
}
@media (min-width: 1296px) {
  .check-ul li {
    padding-left: 60px;
    font-size: 1.25rem;
  }
}
.check-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  background: url(../../assets/img/top/icon-check.svg) no-repeat 0 0;
  background-size: 100%;
  aspect-ratio: 7/5;
}
@media (min-width: 1296px) {
  .check-ul li::before {
    width: 42px;
  }
}
.check-ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.caution-ul {
  margin-left: 5px;
}
.caution-ul li {
  line-height: 1.5;
  padding-left: 1.2rem;
  position: relative;
  color: #D93838;
}
.caution-ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.caution-ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* dl
/--------------------------------------------------------------------*/
.common-dl {
  margin-left: 5px;
  margin-bottom: 2rem;
}
.common-dl dt {
  line-height: 1.5;
}
.common-dl dt:before {
  content: "●";
  padding-right: 0.3em;
}
.common-dl dd:not(:last-child) {
  margin-bottom: 1.5rem;
}

.common-dl2 {
  margin-bottom: 1rem;
}
.common-dl2 dt {
  line-height: 1.5;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #C9CED2;
  margin-bottom: 0.7rem;
  font-size: 1.14em;
  font-weight: 500;
}
.common-dl2 dd:not(:last-child) {
  margin-bottom: 2rem;
}

/* table
----------------------------------------------------------------*/
.common-table {
  width: 100%;
  font-size: 1em;
}
@media (min-width: 576px) {
  .common-table {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .common-table {
    font-size: 0.88em;
  }
}
.common-table tr {
  border-bottom: 1px solid #C9CED2;
}
.common-table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.common-table th, .common-table td.column-1 {
  text-align: left;
  font-weight: normal;
  padding: 1rem 0;
  vertical-align: center;
}
@media (min-width: 768px) {
  .common-table th, .common-table td.column-1 {
    display: table-cell;
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
  }
}
@media (min-width: 1296px) {
  .common-table th, .common-table td.column-1 {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .common-table th, .common-table td.column-1 {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.common-table td {
  vertical-align: center;
  padding: 1rem 1.25rem 1rem 0.5rem;
}
@media (min-width: 768px) {
  .common-table td {
    display: table-cell;
    padding: 1rem 1.25rem 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .common-table td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.common-table2 {
  width: 100%;
  font-size: 1em;
}
@media (min-width: 576px) {
  .common-table2 {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .common-table2 {
    font-size: 0.88em;
  }
}
.common-table2 {
  margin-bottom: 2rem;
}
.common-table2 tr {
  border-bottom: 1px solid #C9CED2;
}
.common-table2 tr:first-child {
  border-top: 1px solid #C9CED2;
}
.common-table2 th, .common-table2 td.column-1 {
  text-align: left;
  font-weight: normal;
  padding: 1rem 5%;
  background: #f6f6f6;
}
@media (min-width: 1024px) {
  .common-table2 th, .common-table2 td.column-1 {
    padding: 1rem 1.5rem;
    width: 25%;
    min-width: 180px;
  }
}
@media (min-width: 1296px) {
  .common-table2 th, .common-table2 td.column-1 {
    width: 225px;
  }
}
@media (max-width: 1023px) {
  .common-table2 th, .common-table2 td.column-1 {
    display: block;
  }
}
.common-table2 td {
  padding: 1rem 5%;
}
@media (min-width: 1024px) {
  .common-table2 td {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .common-table2 td {
    display: block;
  }
}

/* txt */
.txt p {
  margin-bottom: 2rem;
}
@media (min-width: 1296px) {
  .txt p {
    font-size: 1.13rem;
  }
}
.txt p:last-child {
  margin-bottom: 0;
}

/* align */
.align-right {
  float: right;
  margin: 0 0 0.7rem 0.7rem;
}
.align-left {
  float: left;
  margin: 0.7rem 0.7rem 0 0;
}
.align-center {
  display: block;
  margin: 0 auto 0.7rem;
}

/* Preload images */
body:after {
  content: url(../img/common/close.png) url(../img/common/loading.gif) url(../img/common/prev.png) url(../img/common/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  padding-top: 0.5rem;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  color: #202020;
  background: #E5F1FF;
}
@media (min-width: 1024px) {
  footer {
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + clamp(4rem, 9vw, 9rem));
  }
}
@media (max-width: 1023px) {
  footer {
    padding-top: clamp(3rem, 6vw, 6rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + clamp(6rem, 7vw, 7rem));
  }
}

.f-inner {
  position: relative;
}
.f-info__ttl {
  width: 50%;
  max-width: 400px;
  margin-bottom: 1em;
}
.f-copy {
  margin-top: 2em;
  font-size: 0.85em;
  letter-spacing: 0;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  position: absolute;
  z-index: 7;
  bottom: 0;
  right: 2%;
}
@media (min-width: 768px) {
  .pagetop {
    right: 5%;
  }
}
@media (min-width: 1296px) {
  .pagetop {
    right: 48px;
  }
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #3685F3;
  background: #1463D3;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
}
.pagetop a:hover {
  color: #1463D3;
}
.pagetop i {
  font-size: 1.25rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .pagetop i {
    font-size: 1.88rem;
  }
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/
/* 1column */
@media (min-width: 576px) and (max-width: 1023px) {
  .freecont01-cont__list.is-1column,
  .freecont02-cont__list.is-1column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.66%;
  }
  .freecont01-cont__list.is-1column > *,
  .freecont02-cont__list.is-1column > * {
    flex-basis: 46.67%;
  }
}

/* 2column */
@media (min-width: 576px) {
  .l-col-2-sm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.66%;
  }
  .l-col-2-sm > * {
    flex-basis: 46.67%;
  }
  .l-col-2-sm {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
}
@media (max-width: 575px) {
  .l-col-2-sm > * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .l-col-3-sm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5.2%;
  }
  .l-col-3-sm > * {
    flex-basis: 47.4%;
  }
  .l-col-3-sm {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
}
@media (min-width: 1024px) {
  .l-col-3-sm {
    column-gap: 4%;
  }
  .l-col-3-sm > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1296px) {
  .l-col-3-sm {
    column-gap: 5%;
  }
  .l-col-3-sm > * {
    flex-basis: 30%;
  }
}
@media (max-width: 575px) {
  .l-col-3-sm > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .l-col-3-sm2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5.2%;
  }
  .l-col-3-sm2 > * {
    flex-basis: 47.4%;
  }
  .l-col-3-sm2 {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
}
@media (min-width: 1024px) {
  .l-col-3-sm2 {
    column-gap: 3%;
  }
  .l-col-3-sm2 > * {
    flex-basis: 31.33%;
  }
}
@media (min-width: 1296px) {
  .l-col-3-sm2 {
    column-gap: 5%;
  }
  .l-col-3-sm2 > * {
    flex-basis: 30%;
  }
}
@media (max-width: 575px) {
  .l-col-3-sm2 > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .l-col-3-md {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.9%;
  }
  .l-col-3-md > * {
    flex-basis: 30.73%;
  }
  .l-col-3-md {
    row-gap: clamp(1.5rem, 2vw, 2rem);
  }
}
@media (min-width: 1024px) {
  .l-col-3-md {
    column-gap: 4%;
  }
  .l-col-3-md > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1296px) {
  .l-col-3-md {
    column-gap: 3.33%;
  }
  .l-col-3-md > * {
    flex-basis: 31.11%;
  }
}
@media (max-width: 767px) {
  .l-col-3-md > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .l-col-3-lg {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
  }
  .l-col-3-lg > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1296px) {
  .l-col-3-lg {
    column-gap: 5%;
  }
  .l-col-3-lg > * {
    flex-basis: 30%;
  }
}
@media (max-width: 767px) {
  .l-col-3-lg > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-col-4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5.31%;
}
.l-col-4 > * {
  flex-basis: 47.34%;
}
.l-col-4 {
  row-gap: 4vw;
}
@media (min-width: 1024px) {
  .l-col-4 {
    column-gap: 2%;
  }
  .l-col-4 > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1296px) {
  .l-col-4 {
    column-gap: 3.33%;
  }
  .l-col-4 > * {
    flex-basis: 22.5%;
  }
  .l-col-4 {
    row-gap: 2.5rem;
  }
}
@media (min-width: 376px) {
  .l-col-4-xs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10.63%;
  }
  .l-col-4-xs > * {
    flex-basis: 44.68%;
  }
}
@media (min-width: 1024px) {
  .l-col-4-xs {
    column-gap: 2%;
  }
  .l-col-4-xs > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1296px) {
  .l-col-4-xs {
    column-gap: 3.33%;
  }
  .l-col-4-xs > * {
    flex-basis: 22.5%;
  }
}
@media (max-width: 375px) {
  .l-col-4-xs > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .l-col-4-sm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.94%;
  }
  .l-col-4-sm > * {
    flex-basis: 46.53%;
  }
}
@media (min-width: 1024px) {
  .l-col-4-sm {
    column-gap: 2%;
  }
  .l-col-4-sm > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1296px) {
  .l-col-4-sm {
    column-gap: 3.33%;
  }
  .l-col-4-sm > * {
    flex-basis: 22.5%;
  }
}
@media (min-width: 768px) {
  .l-col-4-md {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.9%;
  }
  .l-col-4-md > * {
    flex-basis: 48.05%;
  }
}
@media (min-width: 1024px) {
  .l-col-4-md {
    column-gap: 2%;
  }
  .l-col-4-md > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1296px) {
  .l-col-4-md {
    column-gap: 3.33%;
  }
  .l-col-4-md > * {
    flex-basis: 22.5%;
  }
}
@media (max-width: 767px) {
  .l-col-4-md > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-col-non-3 {
  display: flex;
  flex-wrap: wrap;
}
.l-col-non-3 > * {
  flex-basis: 50%;
}
@media (min-width: 1024px) {
  .l-col-non-3 > * {
    flex-basis: 33.33%;
  }
}
@media (min-width: 376px) {
  .l-col-non-3-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .l-col-non-3-xs > * {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .l-col-non-3-xs > * {
    flex-basis: 33.33%;
  }
}
@media (max-width: 375px) {
  .l-col-non-3-xs > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .l-col-non-3-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .l-col-non-3-lg > * {
    flex-basis: 33.33%;
  }
}
@media (max-width: 1023px) {
  .l-col-non-3-lg > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-col-non-4 {
  display: flex;
  flex-wrap: wrap;
}
.l-col-non-4 > * {
  flex-basis: 50%;
}
@media (min-width: 1024px) {
  .l-col-non-4 > * {
    flex-basis: 25%;
  }
}
@media (min-width: 376px) {
  .l-col-non-4-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .l-col-non-4-xs > * {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .l-col-non-4-xs > * {
    flex-basis: 25%;
  }
}
@media (min-width: 576px) {
  .l-col-non-4-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .l-col-non-4-sm > * {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .l-col-non-4-sm > * {
    flex-basis: 25%;
  }
}

/*--------------------------------------------------------------------/
	sns
/--------------------------------------------------------------------*/
.line-sns {
  position: fixed;
  z-index: 8;
}
@media (min-width: 768px) {
  .line-sns.is-pc {
    bottom: 1em;
    right: 0.5em;
    width: 24%;
    max-width: 280px;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .line-sns.is-pc {
    max-width: 14.58vw;
  }
}
@media (max-width: 767px) {
  .line-sns.is-pc {
    display: none;
  }
}
.line-sns.is-pc a {
  transition: all 0.3s ease 0s;
}
.line-sns.is-pc a:hover img {
  opacity: 0.9;
}
.line-sns.is-sp {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .line-sns.is-sp {
    display: none;
  }
}
.line-sns.is-sp a {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.line-sns.is-sp a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background: #00B900;
  width: 100vw;
  height: 70px;
  z-index: -1;
}
.line-sns.is-sp a span {
  display: block;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* print css
----------------------------------------------------------------*/
@media print {
  .header.fixed {
    display: none;
  }
}