  @charset "UTF-8";

/*--==========================
base
============================--*/

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

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,
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 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 0;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

img {
  vertical-align: top;
  border: 0;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ========
html
======== */

html {
  font-size: 62.5%;
}

/* ========
body
======== */

@font-face {
  font-family: 'Noto Sans JP';
  src: url("/future/common/fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url("/future/common/fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'Heebo';
  src: url("/future/common/fonts/Heebo-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: 'Heebo';
  src: url("/future/common/fonts/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Heebo';
  src: url("/future/common/fonts/Heebo-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Heebo';
  src: url("/future/common/fonts/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  color: #000000;
  letter-spacing: 0;
  min-width: 768px;
  font-size: 1.6rem;
  background-color: #f7fcfc;
}

a[href^='tel:'] {
  pointer-events: none;
}

/* ========
tags
======== */

a {
  color: inherit;
  outline: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}

a:active {
  outline: none;
}

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

/* ========
input
======== */

input,
button,
textarea,
select {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ------------------------------
表示?非表示切替
------------------------------- */

/* ========
animation
======== */

[data-aos='fade-up'] {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transform: translateY(20px);
}

[data-aos='fade-up'].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 769px) {
  .object-pc {
    display: block;
  }

  .object-sp {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }

  body {
    min-width: 320px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  a[href^='tel:'] {
    pointer-events: all;
  }

  .object-pc {
    display: none;
  }

  .object-sp {
    display: block;
  }
}