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

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

body {
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

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

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out 0.2s;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

.bs {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.92;
  }
}
@keyframes f_a {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catch {
  0% {
    opacity: 0;
    scale: 3;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes m_y {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes m_u {
  0% {
    opacity: 0;
    translate: 0 -10px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes line {
  0% {
    scale: 0 0;
  }
  100% {
    scale: 1 1;
  }
}
.container {
  overflow: hidden;
  max-width: 750px;
  margin: auto;
}

header {
  padding: 4.2666666667% 0 12%;
  background: url(../img/fv-bg.jpg) center top no-repeat;
  background-size: 100% auto;
}
header .c1 {
  animation: catch 0.4s ease-in both;
}
header .c2 {
  position: relative;
  z-index: 5;
  animation: catch 0.6s ease-in 0.3s both;
}
header h1 {
  margin: 57.3333333333% 0 0;
}
header h1 .marker1 {
  width: 76.1333333333%;
  margin: -31.7333333333% auto 0 12.2666666667%;
  transform-origin: bottom left;
  animation: line 0.2s ease-in 1.2s both;
}
header h1 .marker2 {
  width: 76.1333333333%;
  margin: 11.3333333333% auto 0 22.1333333333%;
  transform-origin: bottom left;
  animation: line 0.2s ease-in 1.6s both;
}
header .fea {
  display: flex;
  justify-content: space-between;
  padding: 2.9333333333% 6%;
}
header .fea li {
  width: 32.7272727273%;
}
header .fea li:nth-child(1) {
  animation: m_u 0.4s ease-out 2.2s both;
}
header .fea li:nth-child(2) {
  animation: m_u 0.4s ease-out 2.6s both;
}
header .fea li:nth-child(3) {
  animation: m_u 0.4s ease-out 3s both;
}

.sec01 {
  padding: 16% 6%;
  background: #e9edf3;
}
.sec01 .s1 {
  position: relative;
  z-index: 2;
}
.sec01 .marker {
  width: 87.2727272727%;
  margin: -20% auto 0 1.2121212121%;
  transform-origin: bottom left;
}
.sec01 .s2 {
  margin: 19.0666666667% 0 12%;
}
.sec01 .move_on .marker {
  animation: line 0.2s ease-in 0.4s both;
}

.sec02 {
  padding: 16% 0;
}
.sec02 ul {
  margin: 2.5333333333% 0;
}
.sec02 ul :nth-child(3) {
  margin-top: -3.0666666667%;
}
.sec02 .move_on :nth-child(1) {
  animation: m_y 0.4s linear 1s both;
}
.sec02 .move_on :nth-child(2) {
  animation: m_y 0.4s linear 1.4s both;
}
.sec02 .move_on :nth-child(3) {
  animation: m_y 0.4s linear 1.8s both;
}

.sec03 {
  padding: 16% 0;
  background: #fff2ee;
}
.sec03 .s1 {
  position: relative;
  z-index: 2;
}
.sec03 .marker {
  width: 76.8%;
  margin: -17.6% auto 0 7.7333333333%;
  transform-origin: bottom left;
}
.sec03 .s2 {
  margin: 19.0666666667% 0 12%;
}
.sec03 .move_on .marker {
  animation: line 0.2s ease-in 0.4s both;
}

.sec04 {
  padding: 16% 6%;
}
.sec04 li {
  margin-top: 6%;
}

.sec05 {
  padding: 16% 6%;
}
.sec05 dt {
  margin-top: 10%;
}
.sec05 dd {
  margin-top: 6%;
}
.sec05 dl {
  margin-bottom: 12%;
}

.sec06 {
  padding: 16% 6%;
}
.sec06 .graph_1 {
  position: relative;
  margin-top: 12%;
}
.sec06 .graph_1 .fk {
  position: absolute;
  top: 16.791%;
  left: 10.9090909091%;
  width: 44.8484848485%;
}
.sec06 .graph_1 .ar {
  position: absolute;
  top: 23.134%;
  left: 31.5151515152%;
  width: 41.9696969697%;
}
.sec06 .graph_2 {
  position: relative;
  margin-top: 12%;
}
.sec06 .graph_2 .fk {
  position: absolute;
  top: 16.791%;
  left: 18.7878787879%;
  width: 44.8484848485%;
}
.sec06 .graph_2 .ar {
  position: absolute;
  top: 16.934%;
  left: 38.1818181818%;
  width: 39.696969697%;
}
.sec06 .move_on .ar {
  animation: line 0.2s ease-in 0.4s both;
  transform-origin: bottom left;
}

.sec07 {
  padding-bottom: 12%;
  background: url(../img/sec07-bg.png) center center no-repeat;
  background-size: 100% auto;
}
.sec07 ul {
  margin-top: 2%;
}
.sec07 ul li:nth-child(1) {
  width: 65.3333333333%;
  margin-left: 2%;
}
.sec07 ul li:nth-child(2) {
  width: 64.8%;
  margin: -20.9333333333% 2% 0 auto;
}