@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
}

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

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

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: baseline;
  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;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff?konvf6") format("woff"), url("../fonts/icomoon.svg?konvf6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?vn2r1o');
  src:  url('../font/icomoon.eot?vn2r1o#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?vn2r1o') format('truetype'),
    url('../font/icomoon.woff?vn2r1o') format('woff'),
    url('../font/icomoon.svg?vn2r1o#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;
  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-estate:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 32);
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

a {
  display: block;
  text-decoration: none;
  color: #e60012;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

h1, h2, h3 {
  line-height: 1.4;
}

h1 {
  font-size: 6.4rem;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 5.0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.0rem;
  }
}

h2 {
  font-size: 4.0rem;
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.0rem;
  }
}

h3 {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h3 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.9rem;
  }
}

h4 {
  font-size: 2.0rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.7rem;
  }
}

h5 {
  font-size: 1.8rem;
}

@media screen and (max-width: 1440px) {
  h5 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
  }
}

h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 1440px) {
  h6 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.4rem;
  }
}

.is-marker__red {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #e60012));
  background: linear-gradient(transparent 0%, #e60012 0%);
}

.is-bgColor__beige {
  background: #f6f5f2;
}

@-webkit-keyframes mouseScroll {
  0% {
    top: -20px;
  }
  10% {
    top: -10px;
  }
  90% {
    top: calc(100% + 10px);
  }
  100% {
    top: calc(100% + 20px);
  }
}

@keyframes mouseScroll {
  0% {
    top: -20px;
  }
  10% {
    top: -10px;
  }
  90% {
    top: calc(100% + 10px);
  }
  100% {
    top: calc(100% + 20px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

@media screen and (max-width: 767px) {
  .slick-slide img {
    width: 100%;
    height: calc(100vh - 80px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

header {
  width: 100%;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
  }
}

header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  header .header__inner {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6.25%;
  }
}

header .header__logo {
  position: absolute;
  top: 20px;
  left: 3.125%;
  font-size: inherit;
}

@media screen and (max-width: 1440px) {
  header .header__logo {
    max-width: 10vw;
  }
}

@media screen and (max-width: 767px) {
  header .header__logo {
    max-width: 45px;
    position: static;
    top: auto;
    left: auto;
  }
}

header nav {
  margin: 0 0 0 auto;
  padding: 25px 3.125%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav {
    padding: 15px 3.125%;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    margin: 0;
    padding: 0;
    position: static;
    top: auto;
    right: auto;
  }
}

header nav.nav-open ul {
  width: 60vw;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

header nav .navTrigger {
  width: 30px;
  height: 21px;
  position: relative;
}

header nav .navTrigger span {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #e60012;
  display: block;
  position: absolute;
  left: 0;
}

header nav .navTrigger span:nth-of-type(1) {
  top: 0;
}

header nav .navTrigger span:nth-of-type(2) {
  top: 10px;
}

header nav .navTrigger span:nth-of-type(3) {
  bottom: 0;
}

header nav .navTrigger.is-active {
  background: #ffffff;
}

header nav .navTrigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

header nav .navTrigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

header nav .navTrigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header nav ul {
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    position: fixed;
    right: 0;
    background: #ffffff;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: translate(60vw);
            transform: translate(60vw);
  }
}

header nav ul li {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  header nav ul li {
    width: 100%;
    margin-right: 0;
  }
}

header nav ul li a {
  padding: 10px 0;
}

header nav ul li.nav__contact {
  margin-right: 0;
  margin-left: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav ul li.nav__contact {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  header nav ul li.nav__contact {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

header nav ul li.nav__contact a {
  padding: 10px 47px;
  border-radius: 50px;
  border: 2px solid #e60012;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header nav ul li.nav__contact a {
    padding: 5px 30px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul li.nav__contact a {
    padding: 10px;
  }
}

footer {
  background: #222222;
}

footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 9.375%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__inner {
    padding: 30px 9.375% 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer__logo {
  max-width: 110px;
  margin-right: 6.25%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__logo {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 6.25%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 4.687%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

footer .footer__nav > li {
  margin-right: 6.25%;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .footer__nav > li {
    margin-right: 0;
    margin-bottom: 5px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav > li:nth-of-type(odd) {
    margin-right: 9.375%;
    -ms-flex-preferred-size: calc(50% - 9.375%);
        flex-basis: calc(50% - 9.375%);
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav > li:nth-of-type(even) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

footer .footer__nav > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  footer .footer__nav > li > a {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav > li > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 9.375%;
  }
}

footer .footer__nav__sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__nav__sns {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav__sns {
    margin-top: 30px;
  }
}

footer .footer__nav__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__nav__sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav__sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer__nav__sns ul li {
  margin-right: 20px;
  margin-bottom: 0;
}

footer .footer__nav__sns ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  footer .footer__nav__sns ul li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 30px;
  }
}

footer .footer__nav__sns ul li a {
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer__nav__sns ul li a {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  footer .footer__nav__sns ul li a {
    font-size: 2.0rem;
  }
}

footer .footer__nav a {
  color: #ffffff;
}

footer .footer__cr {
  color: #ffffff;
}

main {
  padding-top: 102px;
}

@media screen and (max-width: 1440px) {
  main {
    padding-top: 99px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    padding-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

main > section {
  padding: 0 9.375%;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  main > section {
    margin-bottom: 80px;
  }
}

main > section .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  main > section .section__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

main > section .section__title.is-titleCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main > section .section__title__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  main > section .section__title__main {
    margin-right: 0;
  }
}

main > section .section__title__main::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-left: 30px;
  background: #a0997c;
}

@media screen and (max-width: 767px) {
  main > section .section__title__main::after {
    display: none;
  }
}

main > section .section__title__rb {
  font-weight: bold;
}

.hero {
  width: 100%;
  position: relative;
  height: 100%;
  margin-bottom: 205px;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 50px;
  }
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 75px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__container {
    padding-top: 50%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.hero__container__catch {
  width: 100%;
  padding: 18.52% 9.375%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__container__catch {
    width: 75%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 9.375%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .hero__container__catch {
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}

.hero__container__catch__main {
  margin-bottom: 20px;
}

.hero__container__slide {
  width: 75%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__container__slide {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero__container__slide {
    width: 100%;
    position: static;
  }
}

.hero__container__scroll {
  width: 10px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 3.125%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__container__scroll {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero__container__scroll {
    display: none;
  }
}

.hero__container__scroll__circle {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.hero__container__scroll__circle::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e60012;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__container__scroll__circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e60012;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  -webkit-animation: mouseScroll 2300ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: mouseScroll 2300ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.hero__mascot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 50px 9.375% 50px 6.25%;
  position: absolute;
  right: 0;
  bottom: -102px;
  background: rgba(246, 245, 242, 0.95);
}

@media screen and (max-width: 1440px) {
  .hero__mascot {
    width: 60%;
    padding: 40px 8% 40px 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__mascot {
    width: 75%;
    padding: 3% 9.375% 3% 5%;
    margin-left: auto;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero__mascot {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .hero__mascot__title {
    margin-bottom: 30px;
    color: #e60012;
  }
}

.hero__mascot figure {
  max-width: 138px;
  margin-right: 6.25%;
}

@media screen and (max-width: 1440px) {
  .hero__mascot figure {
    width: 8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero__mascot figure {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero__mascot figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero__mascot__text {
    text-align: center;
  }
}

.hero__mascot__text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  .hero__mascot__text__title {
    display: none;
  }
}

.hero__mascot__text__title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-left: 30px;
  background: #a0997c;
}

.service__list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .service__list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.service__list__container:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .service__list__container:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__list__container:last-of-type {
  margin-bottom: 0;
}

.service__list__container__image {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list__container__image {
    overflow: hidden;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list__container__image img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.service__list__container__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 3%;
  background: #f6f5f2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list__container__infoBox {
    padding: 20px 3%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    min-height: 159px;
  }
}

@media screen and (max-width: 767px) {
  .service__list__container__infoBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 9.375%;
  }
}

.service__list__container__infoBox__icon {
  margin-bottom: 20px;
  font-size: 8rem;
  color: #e60012;
}

@media screen and (max-width: 1440px) {
  .service__list__container__infoBox__icon {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list__container__infoBox__icon {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .service__list__container__infoBox__icon {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 2.0rem;
  }
}

.service__list__container__infoBox h3 {
  margin-bottom: 10px;
  color: #e60012;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list__container__infoBox h3 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .service__list__container__infoBox h3 {
    margin-bottom: 0;
  }
}

.service__list__container__infoBox p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service__list__container__infoBox p {
    margin-top: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .philosophy {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .philosophy .section__title {
    padding: 0 9.375%;
  }
}

.philosophy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: url(../img/vision_bg.jpg) no-repeat left top;
  background-size: 55%;
  /*
    figure {
      width: 55%;
      max-height: 500px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }*/
}

@media screen and (max-width: 767px) {
  .philosophy__container {
    background-size: 100%;
  }
}

.philosophy__container__text {
  width: 50%;
  padding: 3%;
  margin: 120px 0 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 5px 10px 20px #f6f5f2;
          box-shadow: 5px 10px 20px #f6f5f2;
}

@media screen and (max-width: 1440px) {
  .philosophy__container__text {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy__container__text {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__container__text {
    width: 100%;
    margin-top: 56.25%;
    padding: 30px 9.375% 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.philosophy__container__text__title {
  color: #267aac;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbc7b7;
}

.philosophy__container__text__subtitle {
  margin-bottom: 10px;
}

.history {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .history {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.history__timeline {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .history__timeline {
    max-width: none;
  }
}

.history__timeline::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #e60012;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .history__timeline::before {
    left: 12px;
    -webkit-transform: none;
            transform: none;
  }
}

.history__timeline__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .history__timeline__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history__timeline__container:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history__timeline__container:nth-of-type(odd) .history__timeline__container__disk {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(odd) .history__timeline__container__disk {
    margin-left: 0;
  }
}

.history__timeline__container:nth-of-type(odd) .history__timeline__container__disk::before {
  margin-right: 20px;
}

.history__timeline__container:nth-of-type(odd) .history__timeline__container__text::before {
  border-left-color: #ffffff;
  top: 20px;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(odd) .history__timeline__container__text::before {
    border-left-color: transparent;
    border-right-color: #ffffff;
    right: auto;
    left: -20px;
  }
}

.history__timeline__container:nth-of-type(even) .history__timeline__container__disk {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(even) .history__timeline__container__disk {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.history__timeline__container:nth-of-type(even) .history__timeline__container__disk::before {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(even) .history__timeline__container__disk::before {
    margin-right: 20px;
    margin-left: 0;
  }
}

.history__timeline__container:nth-of-type(even) .history__timeline__container__text::before {
  border-right-color: #ffffff;
  top: 20px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .history__timeline__container:nth-of-type(even) .history__timeline__container__text::before {
    left: -20px;
  }
}

.history__timeline__container:last-of-type {
  margin-bottom: 0;
}

.history__timeline__container__disk {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #cbc7b7;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .history__timeline__container__disk {
    -ms-flex-preferred-size: calc(50% - 2.5px);
        flex-basis: calc(50% - 2.5px);
  }
}

@media screen and (max-width: 767px) {
  .history__timeline__container__disk {
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    font-size: 2.4rem;
  }
}

.history__timeline__container__disk::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 6px solid #e60012;
  border-radius: 50%;
}

.history__timeline__container__text {
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  -ms-flex-preferred-size: 530px;
      flex-basis: 530px;
}

@media screen and (max-width: 1440px) {
  .history__timeline__container__text {
    -ms-flex-preferred-size: calc((50% - 2.5px) - 52px);
        flex-basis: calc((50% - 2.5px) - 52px);
  }
}

@media screen and (max-width: 767px) {
  .history__timeline__container__text {
    margin-left: 49px;
    padding: 20px;
  }
}

.history__timeline__container__text::before, .history__timeline__container__text::after {
  content: "";
  position: absolute;
}

.history__timeline__container__text::before {
  width: 0;
  height: 0;
  border: 20px solid transparent;
}

@media screen and (max-width: 767px) {
  .history__timeline__container__text::before {
    border: 10px solid transparent;
  }
}

.history__timeline__container__text__date {
  display: block;
}

.company__overview {
  max-width: 1170px;
  margin: 0 auto;
}

.company__overview__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .company__overview__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.company__overview__line:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .company__overview__line:last-of-type dd:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.company__overview__line dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(20% - 30px);
      flex-basis: calc(20% - 30px);
  margin-right: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cbc7b7;
}

@media screen and (max-width: 767px) {
  .company__overview__line dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    padding-bottom: 7px;
    border-bottom: none;
  }
}

.company__overview__line dd {
  padding: 0 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #cbc7b7;
}

@media screen and (max-width: 767px) {
  .company__overview__line dd {
    padding: 0 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */