@charset "UTF-8";
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, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #top {
    background-image: url(../images/teaser-sp.jpg);
  }
}

.color01 {
  color: #B5B6B6;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1.4rem;
  line-height: 140%;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  color: #333;
  background-color: #e9e9e7;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: #333;
}

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

input[type="submit"], input[type="button"],
button[type="submit"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration,
button[type="submit"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus,
button[type="submit"]::focus,
button[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

.no-padding {
  padding: 0 !important;
}

.bg-yellow {
  background-color: #fff8eb;
}

/* 画面外にいる状態 */
.fadein {
  -webkit-transition: 3s;
  transition: 3s;
}

.fadein-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein-bottom,
.fadein-left,
.fadein-right {
  /* 画面内に入った状態 */
}

.fadein-bottom.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header {
  z-index: 10;
  position: relative;
  border-bottom: 1px solid;
}

@media screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6rem;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  header #nav-content {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header .header-logo {
  background: #fff;
  position: absolute;
  margin: 0rem 3%;
  width: 18%;
  max-width: 235px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  header .header-logo {
    width: 45%;
  }
}

header .header-logo__link {
  display: block;
}

header .header-logo__link h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  header .header-logo__link h1 {
    font-size: 3.2vw;
  }
}

header .header-logo__link img {
  width: 100%;
}

header #nav-drawer {
  width: 100%;
}

@media screen and (max-width: 767px) {
  header #nav-drawer {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header #nav-drawer {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  header #nav-drawer .nav-unshown {
    display: none;
  }
  header #nav-drawer #nav-open {
    position: fixed;
    right: 3.2vw;
    top: 15px;
    width: 60px;
    height: 30px;
    z-index: 10000;
    background: #e3a335;
    color: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-radius: 1.6vw;
    -webkit-box-shadow: 0 2px 0 #7f5721;
            box-shadow: 0 2px 0 #7f5721;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header #nav-drawer #nav-open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.2vw;
  }
  header #nav-drawer #nav-open:after {
    content: "メニュー";
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  header #nav-drawer #nav-open {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header #nav-drawer #nav-open span {
    position: relative;
    height: 4px;
    width: 10vw;
    border-radius: 3px;
    background: #fff;
    text-indent: -2px;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 36px;
    border-radius: 2px;
  }
  header #nav-drawer #nav-open span:before, header #nav-drawer #nav-open span:after {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    bottom: -10px;
  }
  header #nav-drawer #nav-open span:after {
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header #nav-drawer #nav-open span {
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    top: auto;
    margin-bottom: 0;
  }
  header #nav-drawer #nav-open span:before {
    content: none;
  }
  header #nav-drawer #nav-open span:after {
    content: "\f0ca";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 5.2vw;
    height: auto;
    width: auto;
    margin-right: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  header #nav-drawer #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  header #nav-drawer #nav-content {
    overflow: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    height: calc(100% - 60px);
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    border-top: 1px solid #cbcbcb;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header #nav-drawer #nav-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  header #nav-drawer #nav-input:checked + #nav-open span::after {
    content: "\f00d";
  }
  header #nav-drawer #nav-input:checked + #nav-open::after {
    content: "もどる";
  }
  header #nav-drawer #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  header #nav-drawer #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media screen and (min-width: 768px) {
  header #nav-drawer .sp-logo,
  header #nav-drawer #nav-input {
    display: none;
  }
}

header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 104rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .gnav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

header .gnav-list {
  position: relative;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header .gnav-list {
    padding: 14vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

header .gnav-list__item {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
  margin-left: 2vw;
}

@media screen and (max-width: 767px) {
  header .gnav-list__item {
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 2vw;
    border-bottom: 1px solid;
    width: 100%;
    height: 12vw;
  }
}

header .gnav-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  header .gnav-list__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2vh 0;
    font-size: 4.5vw;
    border-radius: 5px;
    font-size: 3.4vw;
  }
}

.firstview-section {
  height: 100vh;
  background-image: url(../images/firstview_bg--pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  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;
}

@media screen and (min-width: 768px) {
  .firstview-section {
    min-height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .firstview-section {
    background-image: url(../images/firstview_bg--sp.png);
  }
}

.firstview-section .scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -13px;
}

.firstview-section .scroll a {
  display: block;
}

.firstview-section .scroll a::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333333;
  font-size: 30px;
}

.firstview-section .firstview-contents {
  width: 100%;
  max-width: 650px;
}

@media screen and (max-width: 767px) {
  .firstview-section .firstview-contents {
    padding: 15vw 0 0;
    margin: auto;
    max-width: 80vw;
  }
}

.firstview-section .firstview-contents .logo {
  max-width: 420px;
  height: 420px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .firstview-section .firstview-contents .logo {
    max-width: 65vw;
    height: 58vw;
  }
}

.firstview-section .firstview-contents .contentslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.firstview-section .firstview-contents .contentslist__item {
  width: calc( (100% - 6%) / 3);
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .firstview-section .firstview-contents .contentslist__item {
    width: calc( (100% - 16%) / 3);
    margin-right: 5%;
  }
}

.firstview-section .firstview-contents .contentslist__item:nth-of-type(3n) {
  margin-right: 0;
}

.firstview-section .firstview-contents .contentslist__link {
  background-image: url(../images/egg-normal.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 229px;
  font-family: 'Didact Gothic', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 25px;
  color: #888;
}

@media screen and (max-width: 767px) {
  .firstview-section .firstview-contents .contentslist__link {
    font-size: 3.733vw;
    line-height: 100%;
  }
}

.firstview-section .firstview-contents .contentslist__link span {
  display: block;
  width: 100%;
}

.firstview-section .firstview-contents .contentslist__link i {
  margin: 10px 0 0 5px;
}

.firstview-section .firstview-contents .contentslist__item.active .contentslist__link {
  background-image: url(../images/egg-active3.png);
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .firstview-section .firstview-contents .contentslist__item.active .contentslist__link:hover {
    background-image: url(../images/egg-active2.png);
    -webkit-animation-iteration-count: inherit;
            animation-iteration-count: inherit;
  }
}

.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated2 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
          animation-iteration-count: inherit;
}

.graph-fadein {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: inherit;
          animation-iteration-count: inherit;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

.swing {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

.fadein2 {
  position: relative;
}

.fadein2-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 0%;
}

.fadein2.scrollin {
  -webkit-animation-name: fadein2;
          animation-name: fadein2;
}

.fadein2-inner.scrollin {
  -webkit-animation-name: fadein2-inner;
          animation-name: fadein2-inner;
}

.graph-fadein {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.graph-fadein01.scrollin {
  -webkit-animation-name: graph-fadein01;
          animation-name: graph-fadein01;
}

.graph-fadein02.scrollin {
  -webkit-animation-name: graph-fadein02;
          animation-name: graph-fadein02;
}

.graph-fadein03.scrollin {
  -webkit-animation-name: graph-fadein03;
          animation-name: graph-fadein03;
}

.graph-fadein04.scrollin {
  -webkit-animation-name: graph-fadein04;
          animation-name: graph-fadein04;
}

.graph-fadein05.scrollin {
  -webkit-animation-name: graph-fadein05;
          animation-name: graph-fadein05;
}

.graph-fadein06.scrollin {
  -webkit-animation-name: graph-fadein06;
          animation-name: graph-fadein06;
}

@-webkit-keyframes bounceInDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounceInDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes fadein2 {
  0% {
    opacity: 1;
    background-image: url(../images/hexagon-graph--logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  10% {
    opacity: 1;
    background-image: url(../images/hexagon-graph--logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  20% {
    opacity: 1;
    background-image: url(../images/hexagon-graph00.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url(../images/hexagon-graph00.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes fadein2 {
  0% {
    opacity: 1;
    background-image: url(../images/hexagon-graph--logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  10% {
    opacity: 1;
    background-image: url(../images/hexagon-graph--logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  20% {
    opacity: 1;
    background-image: url(../images/hexagon-graph00.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url(../images/hexagon-graph00.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein01 {
  20% {
    opacity: 0;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  30% {
    opacity: 1;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein01 {
  20% {
    opacity: 0;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  30% {
    opacity: 1;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein02 {
  30% {
    opacity: 0;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  40% {
    opacity: 1;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein02 {
  30% {
    opacity: 0;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  40% {
    opacity: 1;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein03 {
  40% {
    opacity: 0;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  50% {
    opacity: 1;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein03 {
  40% {
    opacity: 0;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  50% {
    opacity: 1;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein04 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  50% {
    opacity: 0;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  60% {
    opacity: 1;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein04 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  50% {
    opacity: 0;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  60% {
    opacity: 1;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein05 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  60% {
    opacity: 0;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  70% {
    opacity: 1;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein05 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  60% {
    opacity: 0;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  70% {
    opacity: 1;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes graph-fadein06 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  70% {
    opacity: 0;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  80% {
    opacity: 1;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@keyframes graph-fadein06 {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  70% {
    opacity: 0;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  80% {
    opacity: 1;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph06.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@-webkit-keyframes fadein2-inner {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 0%;
  }
  41% {
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 0%;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 100%;
  }
}

@keyframes fadein2-inner {
  0% {
    opacity: 0;
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 0%;
  }
  41% {
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 0%;
  }
  100% {
    opacity: 1;
    background-image: url("../images/hexagon-graph_full.png");
    background-size: auto 100%;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

main {
  overflow: hidden;
  padding-bottom: 40px;
}

.content-container > .title {
  font-family: 'Libre Baskerville', serif;
  font-size: 40px;
  letter-spacing: 4.5px;
  padding: 20px 0;
  width: 285px;
  border: 2px solid #2D2626;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-container > .title {
    width: 53.33vw;
    font-size: 6.4vw;
    margin: auto;
  }
}

.content-container > .body {
  font-size: 16px;
  line-height: 200%;
}

.content-container > .body > .title,
.content-container > .body > .text > .title {
  font-size: 40px;
  letter-spacing: 4.5px;
}

.content-container.box01 {
  margin: 165px auto 0;
}

@media screen and (min-width: 768px) {
  .content-container.box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box01 {
    margin-top: 40.5vw;
    position: relative;
  }
  .content-container.box01.last {
    margin-top: 80vw;
  }
  .content-container.box01.last .body::after {
    height: calc( 100% + 62.66vw);
    top: -47vw;
  }
  .content-container.box01 > .title {
    position: absolute;
    left: 50%;
    top: -21.333vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.content-container.box01 .body {
  margin-left: 55px;
  position: relative;
  width: 100%;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body {
    margin: 21.333vw 8vw 16vw;
    width: calc( 100% - 16vw);
    text-align: center;
  }
  .content-container.box01 .body.body-about::before {
    position: absolute;
    top: -70vw;
    left: 54%;
    width: 37vw;
    height: 34.4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    background-image: url(../images/clip.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .content-container.box01 .body.body-about {
    margin-left: 100px;
    max-width: 880px;
  }
  .content-container.box01 .body.body-about::after {
    left: -265px;
  }
  .content-container.box01 .body.body-about::before {
    position: absolute;
    top: -144px;
    left: -220px;
    width: 139px;
    height: 129px;
    content: "";
    background-image: url(../images/clip.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.content-container.box01 .body.pen::before {
  content: "";
  position: absolute;
  width: 338px;
  height: 800px;
  background-image: url(../images/pen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: calc( 100% + 240px);
  top: -98px;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body.pen::before {
    width: 35vw;
    height: 84.2vw;
    right: 74vw;
    top: 11vw;
    z-index: 4;
  }
}

.content-container.box01 .body::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: calc( 100% + 340px);
  height: calc( 100% + 120px);
  left: -240px;
  top: -60px;
}

@media screen and (min-width: 768px) {
  .content-container.box01 .body::after {
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body::after {
    height: calc( 100% + 37.33vw);
    top: -21.333vw;
  }
}

.content-container.box01 .body .title {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body .title {
    margin: 0 auto 10.667vw;
    font-size: 9.6vw;
    line-height: 16vw;
    text-align: left;
    padding-bottom: 0;
  }
  .content-container.box01 .body .title .color01 {
    position: absolute;
    right: 100%;
    top: 0;
  }
  .content-container.box01 .body .title .color01.last {
    right: auto;
    left: 100%;
    top: auto;
    bottom: 0;
  }
}

.content-container.box01 .body .title .grayback {
  position: relative;
  padding: 10px 20px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body .title .grayback {
    padding: 1vw 3vw;
  }
  .content-container.box01 .body .title .grayback img {
    position: absolute;
    display: block;
    width: 120%;
    margin: 0 auto;
    left: -10%;
    bottom: 0;
    max-width: none;
  }
}

.content-container.box01 .body .title.crayon::after {
  position: absolute;
  left: 100%;
  bottom: 0;
  content: "";
  width: 500px;
  height: 178px;
  background-image: url(../images/crayon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body .title.crayon::after {
    left: 105%;
    top: 10vw;
    content: "";
    width: 60vw;
    height: 22vw;
  }
}

.content-container.box01 .body .title img {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body .title img {
    display: none;
  }
}

.content-container.box01 .body .text {
  width: 100%;
}

.content-container.box01 .body .text .head {
  width: 170px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.content-container.box01 .body .text .head::after {
  position: absolute;
  content: "";
  background-color: #B5B6B6;
  height: 60%;
  width: 1px;
  right: 0;
  top: 20%;
}

@media screen and (max-width: 767px) {
  .content-container.box01 .body .text {
    position: relative;
    z-index: 2;
  }
  .content-container.box01 .body .text p {
    text-align: left;
    font-size: 3.733vw;
  }
}

.content-container.box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 100px auto 100px;
}

@media screen and (max-width: 767px) {
  .content-container.box02 {
    margin: 21.333vw auto;
  }
}

.content-container.box02 > .body {
  max-width: 1420px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-container.box02 > .body {
    padding-left: calc( 287px + 55px - 240px);
  }
}

.content-container.box02 > .body .text {
  background: #ffffff;
  padding: 40px 60px;
  max-width: 1218px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-container.box02 > .body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text {
    padding: 10.667vw 5.333vw;
  }
}

.content-container.box02 > .body .text::after {
  position: absolute;
  content: "";
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 213px;
  height: 272px;
  right: -135px;
  bottom: -100px;
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text::after {
    width: 32.5vw;
    height: 41.6vw;
    right: 79%;
    bottom: 91%;
  }
}

.content-container.box02 > .body .text .graph {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  background-image: url(../images/hexagon-graph00.png);
}

.content-container.box02 > .body .text .graph .graph-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-container.box02 > .body .text .graph-back {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hexagon-graph--logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .content-container.box02 > .body .text .graph {
    width: 49%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text .graph {
    margin: 0 0 8vw;
    height: 74.67vw;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text .graphlist {
    margin: 0 4.267vw;
  }
}

@media screen and (min-width: 768px) {
  .content-container.box02 > .body .text .graphlist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text .graphlist__item {
    font-size: 3.733vw;
  }
}

.content-container.box02 > .body .text .graphlist__item + li {
  margin-top: 20px;
}

.content-container.box02 > .body .text .graphlist__item .title {
  width: 162px;
  height: 52px;
  margin-right: 20px;
  font-family: 'Noto Serif JP', serif;
  background-color: #2D2626;
  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;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .content-container.box02 > .body .text .graphlist__item .title {
    width: 100%;
    height: 10.667vw;
    margin-right: 0;
  }
}

.content-container.box03 {
  position: relative;
  max-width: 1020px;
  margin: 0 auto 100px;
  background: #ffffff;
  padding: 100px 60px 60px;
}

@media screen and (max-width: 767px) {
  .content-container.box03 {
    padding: 21.333vw 9.3vw 16vw;
  }
}

.content-container.box03 .title {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-container.box03 .link {
  max-width: 400px;
  margin: 40px auto 0;
}

.content-container.box03 .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  background-color: #2D2626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #2d2626;
}

@media screen and (min-width: 768px) {
  .content-container.box03 .link a:hover {
    background-color: #fff;
    border: 2px solid #2D2626;
    color: #2D2626;
  }
}

.content-container.box03 .link a i {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .content-container.box03 .link a {
    font-size: 6.4vw;
  }
}

.content-container.box03::before {
  position: absolute;
  top: -50px;
  left: -120px;
  width: 252px;
  height: 192px;
  content: "";
  background-image: url(../images/curved-ruler.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .content-container.box03::before {
    top: 87%;
    left: -13.333vw;
    width: 38.9vw;
    height: 29.8vw;
  }
}

.content-container.box03::after {
  position: absolute;
  top: -50px;
  right: -120px;
  width: 319px;
  height: 409px;
  content: "";
  background-image: url(../images/compass.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .content-container.box03::after {
    top: -18.66vw;
    right: -8.5vw;
    width: 40.5vw;
    height: 53.33vw;
  }
}

footer {
  background-color: #fff;
  padding: 0;
  margin-top: 160px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    margin-top: 16vw;
  }
}

footer .footer-navi {
  max-width: 80rem;
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

footer .footer-navi__item {
  font-size: 1.6rem;
}

footer .footer-navi__item .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

footer .footer-navi__item .title i {
  color: #d39838;
  margin-right: .5rem;
}

footer .footer-navilist {
  font-size: 1.6rem;
}

footer .footer-navilist__item {
  margin-bottom: 1rem;
}

footer .footer-navilist__link {
  text-decoration: underline;
}

footer .copy {
  background-color: #2D2626;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 3.733vw;
  }
}

.slider {
  margin: auto;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
}

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

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

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

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

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

.slider .slick-list .slick-slide {
  padding: 0 4rem;
  float: left;
  height: 100%;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .slider .slick-list .slick-slide {
    padding: 0;
  }
}

.slider .slick-list .slick-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border-top: 2px solid #ac9e6d;
  border-left: 2px solid #ac9e6d;
}

@media screen and (max-width: 767px) {
  .slider .slick-prev,
  .slider .slick-next {
    display: none !important;
  }
}

.slider .slick-prev {
  left: 9rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slider .slick-next {
  right: 9rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slider .slide-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transform: translate(-50%, 3rem);
          transform: translate(-50%, 3rem);
}

.slider .slide-dots li {
  padding: 0;
  position: relative;
  background: none;
  margin: 0 .5rem;
}

.slider .slide-dots li button {
  background: none;
}

.slider .slide-dots li::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  background: #d5d5d5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1.2rem;
}

.slider .slide-dots li.slick-active::after {
  background: #e5a53d;
}

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

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