@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  overflow: auto;
  color: #2f353d; }

body {
  overflow: hidden !important;
  width: 100%;
  font-family: "Noto Sans CJK JP", sans-serif; }

img {
  vertical-align: bottom; }
  @media only screen and (max-width: 767px) {
    img {
      max-width: 100%; } }

sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em; }

sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em; }

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

.nobr,
nobr {
  display: inline-block;
  white-space: nowrap; }

span, a {
  display: inline-block; }

label {
  cursor: pointer; }

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

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

.ta-c {
  text-align: center !important; }

.section:not(.ftr-section) {
  color: #2f353d; }
  .section:not(.ftr-section) p {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 1.875vw; }
    @media only screen and (max-width: 1199px) {
      .section:not(.ftr-section) p {
        font-size: 1.33333vw;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 1049px) {
      .section:not(.ftr-section) p {
        font-size: 14px;
        margin-bottom: 20px; } }

.section__head {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section__head {
      padding-top: 13.75vw;
      padding-bottom: 15vw; } }
  @media only screen and (max-width: 767px) {
    .section__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 10.66667vw; } }
  .section__head .section__number {
    position: relative;
    display: block;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section__head .section__number {
        width: 100%;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2; } }
    .section__head .section__number img {
      position: absolute;
      z-index: 1;
      width: 19.625vw; }
      @media only screen and (max-width: 767px) {
        .section__head .section__number img {
          width: 35.2vw; } }
  .section__head .section__title {
    font-weight: bold;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .section__head .section__title {
        font-size: 2.5625vw;
        line-height: 1.74146;
        position: absolute;
        top: 37.5vw; } }
    @media only screen and (max-width: 767px) {
      .section__head .section__title {
        font-size: 5.6vw;
        line-height: 1.71429;
        width: 100%; } }
    .section__head .section__title__inner {
      position: relative; }
      @media only screen and (min-width: 768px) {
        .section__head .section__title__inner {
          padding: 2.1875vw 3.125vw; } }
      @media only screen and (max-width: 767px) {
        .section__head .section__title__inner {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 4vw 4.8vw; } }
      .section__head .section__title__inner:before, .section__head .section__title__inner:after {
        content: "";
        display: block;
        width: 200%;
        height: 100%;
        position: absolute;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
      .section__head .section__title__inner:before {
        background: #e6eaec;
        bottom: -4.375vw;
        z-index: 0; }
        @media only screen and (max-width: 767px) {
          .section__head .section__title__inner:before {
            bottom: -10.66667vw; } }
      .section__head .section__title__inner:after {
        background: white;
        bottom: 0;
        z-index: 1; }
    .section__head .section__title__text {
      display: block;
      position: relative;
      z-index: 2; }
  .section__head .section__image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .section__head .section__image {
        max-width: 75vw; } }
    @media only screen and (max-width: 767px) {
      .section__head .section__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    .section__head .section__image:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #e2f4fc;
      position: absolute;
      top: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .section__head .section__image img {
      width: 100%; }
  .section__head .section__object {
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .section__head .section__object {
        width: 100%; } }
    .section__head .section__object__item {
      position: absolute;
      z-index: 10; }
  @media only screen and (min-width: 768px) {
    .section__head--left {
      padding-right: 25vw; } }
  @media only screen and (max-width: 767px) {
    .section__head--left {
      padding-top: 32vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--left .section__number img {
      top: -5vw;
      right: -15.625vw; } }
  @media only screen and (max-width: 767px) {
    .section__head--left .section__number img {
      top: -28vw;
      right: 5.33333vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--left .section__title {
      left: 32.5vw; } }
  .section__head--left .section__title__inner:before {
    background: #e6eaec;
    left: 7.5vw;
    z-index: 0; }
    @media only screen and (max-width: 767px) {
      .section__head--left .section__title__inner:before {
        left: 12vw; } }
  .section__head--left .section__title__inner:after {
    left: 0; }
  .section__head--left .section__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e2f4fc;
    position: absolute;
    top: 0;
    left: -1vw;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section__head--left .section__object {
    position: relative;
    z-index: 10; }
    .section__head--left .section__object__item {
      position: absolute;
      z-index: 10; }
      .section__head--left .section__object__item:first-child {
        right: 0vw;
        bottom: 2.5vw; }
        @media only screen and (min-width: 768px) {
          .section__head--left .section__object__item:first-child {
            -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); } }
        @media only screen and (max-width: 767px) {
          .section__head--left .section__object__item:first-child {
            right: 25.33333vw;
            bottom: 25.33333vw; } }
      .section__head--left .section__object__item:nth-child(2) {
        right: -5vw;
        bottom: 5.3125vw; }
        @media only screen and (min-width: 768px) {
          .section__head--left .section__object__item:nth-child(2) {
            -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); } }
        @media only screen and (max-width: 767px) {
          .section__head--left .section__object__item:nth-child(2) {
            right: 6.66667vw;
            bottom: 28vw; } }
      .section__head--left .section__object__item:nth-child(3) {
        right: -9.375vw;
        bottom: -2.8125vw; }
        @media only screen and (min-width: 768px) {
          .section__head--left .section__object__item:nth-child(3) {
            -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
            transform: translate(100%, 0); } }
        @media only screen and (max-width: 767px) {
          .section__head--left .section__object__item:nth-child(3) {
            right: 5.33333vw;
            bottom: 17.33333vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--right {
      padding-left: 25vw; } }
  @media only screen and (max-width: 767px) {
    .section__head--right {
      padding-top: 32vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--right .section__number img {
      top: -8.75vw;
      left: -12.5vw; } }
  @media only screen and (max-width: 767px) {
    .section__head--right .section__number img {
      top: -24vw;
      right: 5.33333vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--right .section__title__inner {
      padding: 2.1875vw 3.125vw; } }
  .section__head--right .section__title__inner:after {
    right: 0; }
  @media only screen and (min-width: 768px) {
    .section__head--right .section__title--right {
      top: 37.5vw;
      right: 32.5vw; } }
  .section__head--right .section__title--right .section__title__inner:before {
    right: 7.5vw; }
    @media only screen and (max-width: 767px) {
      .section__head--right .section__title--right .section__title__inner:before {
        right: 10.66667vw; } }
  @media only screen and (min-width: 768px) {
    .section__head--right .section__title--left {
      top: 37.5vw;
      left: 32.5vw; } }
  .section__head--right .section__title--left .section__title__inner:before {
    right: 7.5vw; }
    @media only screen and (max-width: 767px) {
      .section__head--right .section__title--left .section__title__inner:before {
        right: 10.66667vw; } }
  .section__head--right .section__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e2f4fc;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section__head--right .section__object {
    position: relative;
    z-index: 10; }
    .section__head--right .section__object__item {
      position: absolute;
      z-index: 10; }
      @media only screen and (min-width: 768px) {
        .section__head--right .section__object__item:first-child {
          left: -15vw;
          bottom: 17.1875vw;
          -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); } }
      @media only screen and (max-width: 767px) {
        .section__head--right .section__object__item:first-child {
          right: 28vw;
          bottom: 26.66667vw; } }
      @media only screen and (min-width: 768px) {
        .section__head--right .section__object__item:nth-child(2) {
          left: -6.875vw;
          bottom: 10.9375vw;
          -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); } }
      @media only screen and (max-width: 767px) {
        .section__head--right .section__object__item:nth-child(2) {
          right: 16vw;
          bottom: 18.66667vw; } }
      @media only screen and (min-width: 768px) {
        .section__head--right .section__object__item:nth-child(3) {
          left: 1.5625vw;
          bottom: 15.625vw;
          -webkit-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); } }
      @media only screen and (max-width: 767px) {
        .section__head--right .section__object__item:nth-child(3) {
          right: 5.33333vw;
          bottom: 24vw; } }

.numbers-start .section__number {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  @media only screen and (max-width: 767px) {
    .numbers-start .section__number {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; } }

.image-start .section__image:before {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.image-start .section__image img {
  position: relative;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.image-start .section__image--left:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.image-start .section__image--right:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.image-start .section__title__inner:before, .image-start .section__title__inner:after {
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.image-start .section__title__inner:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.image-start .section__title__inner:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.image-start .section__title__inner .section__title__text {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .image-start .section__title__inner .section__title__text:first-child {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .image-start .section__title__inner .section__title__text:nth-child(2) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .image-start .section__title__inner .section__title__text:nth-child(3) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; }

.image-start .section__title--left .section__title__inner:before, .image-start .section__title--left .section__title__inner:after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.image-start .section__title--left .section__title__text {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.image-start .section__title--right .section__title__inner:before, .image-start .section__title--right .section__title__inner:after {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.image-start .section__title--right .section__title__text {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.image-start .section__object__item img {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.image-start .section__object__item:first-child img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.image-start .section__object__item:nth-child(2) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.image-start .section__object__item:nth-child(3) img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

img[src*="trans_obj_s_grey.png"] {
  width: 2.8125vw; }
  @media only screen and (max-width: 767px) {
    img[src*="trans_obj_s_grey.png"] {
      width: 4vw; } }

img[src*="trans_obj_blue.png"] {
  width: 6.1875vw; }
  @media only screen and (max-width: 767px) {
    img[src*="trans_obj_blue.png"] {
      width: 8.53333vw; } }

img[src*="trans_obj_l_grey.png"] {
  width: 10.0625vw; }
  @media only screen and (max-width: 767px) {
    img[src*="trans_obj_l_grey.png"] {
      width: 13.86667vw; } }

.block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.125vw; }
  @media only screen and (min-width: 1600px) {
    .block {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .block {
      padding: 10.66667vw 5.33333vw; } }
  .block__title {
    font-weight: bold;
    font-size: 1.875vw;
    line-height: 1.8;
    text-indent: 1em;
    position: relative;
    margin-top: 5vw;
    margin-bottom: 1.875vw; }
    @media only screen and (min-width: 1600px) {
      .block__title {
        font-size: 30px;
        margin-top: 80px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .block__title {
        font-size: 4.8vw;
        line-height: 1.8;
        margin-top: 13.33333vw;
        margin-bottom: 4vw; } }
    .block__title:before {
      content: "";
      display: block;
      height: 2px;
      width: 1em;
      background: #2f353d;
      position: absolute;
      top: .85em;
      left: 0; }
    .block__title:first-child {
      margin-top: 0; }
  .block__figure {
    max-width: 37.5vw; }
    @media only screen and (max-width: 767px) {
      .block__figure {
        max-width: 90vw;
        text-align: center; } }
    @media only screen and (min-width: 1600px) {
      .block__figure {
        max-width: 600px; } }
    .block__figure img:not(:last-child) {
      margin-bottom: 3.75vw; }
  @media only screen and (min-width: 768px) {
    .block__text {
      overflow: hidden; } }
  .block__text .block__title:first-child {
    margin-top: 0; }
  .block__text p {
    position: relative;
    z-index: 1; }
  .block__video {
    margin: 6.25vw auto;
    position: relative;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    padding-top: 506px; }
    @media only screen and (min-width: 1600px) {
      .block__video {
        margin: 100px auto; } }
    @media only screen and (max-width: 999px) {
      .block__video {
        padding-top: 56.25%; } }
    @media only screen and (max-width: 767px) {
      .block__video {
        margin: 13.33333vw auto; } }
    .block__video > * {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .block--blue .block__figure {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block--blue .block__figure {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10.66667vw; } }
    .block--blue .block__figure:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(159, 217, 246, 0.3);
      position: absolute; }
      @media only screen and (min-width: 768px) {
        .block--blue .block__figure:before {
          top: -10vw; } }
      @media only screen and (max-width: 767px) {
        .block--blue .block__figure:before {
          bottom: 50.66667vw; } }
  @media only screen and (min-width: 768px) {
    .block--blue.block--imageLeft .block__figure {
      float: left;
      margin-right: 3.125vw; } }
  @media only screen and (min-width: 1600px) {
    .block--blue.block--imageLeft .block__figure {
      margin-right: 50px; } }
  @media only screen and (min-width: 768px) {
    .block--blue.block--imageLeft .block__figure:before {
      left: 6.25vw; } }
  @media only screen and (min-width: 1600px) {
    .block--blue.block--imageLeft .block__figure:before {
      left: 100px; } }
  @media only screen and (max-width: 767px) {
    .block--blue.block--imageLeft .block__figure:before {
      left: -37.33333vw; } }
  @media only screen and (min-width: 768px) {
    .block--blue.block--imageRight .block__figure {
      float: right;
      margin-left: 3.125vw; } }
  @media only screen and (min-width: 1600px) {
    .block--blue.block--imageRight .block__figure {
      margin-left: 50px; } }
  .block--blue.block--imageRight .block__figure:before {
    right: 6.25vw; }
    @media only screen and (min-width: 1600px) {
      .block--blue.block--imageRight .block__figure:before {
        right: 100px; } }
    @media only screen and (max-width: 767px) {
      .block--blue.block--imageRight .block__figure:before {
        right: -37.33333vw; } }
  @media only screen and (min-width: 768px) {
    .block--gray {
      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 only screen and (max-width: 767px) {
    .block--gray {
      padding-bottom: 2.66667vw; } }
  .block--gray .block__text {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible; }
    @media only screen and (min-width: 768px) {
      .block--gray .block__text {
        padding: 4.375vw;
        width: calc(100% - 25vw); } }
    @media only screen and (max-width: 767px) {
      .block--gray .block__text {
        padding: 53.33333vw 0 13.33333vw;
        width: 100%; } }
    @media only screen and (min-width: 1600px) {
      .block--gray .block__text {
        padding: 70px; } }
    .block--gray .block__text:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #f1f3f4;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .block--gray .block__text__inner > *:first-child {
      margin-top: 0;
      padding-top: 0; }
    .block--gray .block__text__inner > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .block--gray .block__figure {
    position: relative;
    z-index: 1;
    width: 25vw; }
    @media only screen and (min-width: 1600px) {
      .block--gray .block__figure {
        width: 400px; } }
    @media only screen and (max-width: 767px) {
      .block--gray .block__figure {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -38.66667vw; } }
  .block--gray.block--imageLeft .block__text:before {
    padding-left: 11.25vw;
    margin-left: -11.25vw;
    padding-right: 100%;
    margin-right: -100%; }
    @media only screen and (min-width: 1600px) {
      .block--gray.block--imageLeft .block__text:before {
        padding-left: 180px;
        margin-left: -180px; } }
    @media only screen and (max-width: 767px) {
      .block--gray.block--imageLeft .block__text:before {
        padding-left: 26.66667vw;
        padding-right: 26.66667vw;
        margin-left: -26.66667vw;
        margin-right: -26.66667vw; } }
  .block--gray.block--imageRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .block--gray.block--imageRight .block__text:before {
      padding-right: 11.25vw;
      margin-right: -11.25vw;
      padding-left: 100%;
      margin-left: -100%; }
      @media only screen and (min-width: 1600px) {
        .block--gray.block--imageRight .block__text:before {
          padding-right: 180px;
          margin-right: -180px; } }

.column {
  max-width: 1200px;
  margin: 3.75vw auto;
  padding: 3.125vw;
  border: solid 1px #ccc; }
  @media only screen and (min-width: 1600px) {
    .column {
      margin: 60px auto;
      padding: 50px; } }
  @media only screen and (max-width: 1299px) {
    .column {
      margin: 3.75vw 3.125vw; } }
  @media only screen and (max-width: 767px) {
    .column {
      margin: 13.33333vw 5.33333vw 0vw;
      padding: 5.33333vw; } }
  .column__head {
    text-align: center;
    font-weight: bold; }
  .column__label {
    display: block;
    margin-bottom: 3.75vw;
    position: relative;
    font-size: 1.5vw;
    font-weight: bold; }
    @media only screen and (min-width: 1600px) {
      .column__label {
        margin-bottom: 60px;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .column__label {
        margin-bottom: 10.66667vw;
        font-size: 4.26667vw; } }
    .column__label:after {
      content: "";
      display: block;
      width: 6.25vw;
      height: 1px;
      background: #ccc;
      position: absolute;
      bottom: -1.875vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 1600px) {
        .column__label:after {
          width: 100px;
          bottom: -30px; } }
      @media only screen and (max-width: 767px) {
        .column__label:after {
          width: 26.66667vw;
          bottom: -5.33333vw; } }
    .column__label small {
      font-size: 1vw;
      display: block; }
      @media only screen and (min-width: 1600px) {
        .column__label small {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .column__label small {
          font-size: 3.73333vw; } }
  .column__title {
    display: block;
    margin-bottom: 1.875vw;
    font-size: 1.5vw;
    font-weight: bold; }
    @media only screen and (min-width: 1600px) {
      .column__title {
        margin-bottom: 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .column__title {
        margin-left: -.6em;
        margin-right: -.6em;
        margin-bottom: 4vw;
        font-size: 4.26667vw; } }

.noteBlock {
  max-width: 1000px;
  margin: 0.625vw auto 3.75vw;
  padding: 1.875vw;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1600px) {
    .noteBlock {
      margin: 10px auto 60px;
      padding: 30px; } }
  @media only screen and (max-width: 1099px) {
    .noteBlock {
      margin: 0.625vw 3.125vw 3.75vw; } }
  @media only screen and (max-width: 767px) {
    .noteBlock {
      margin: 2.66667vw 5.33333vw 0vw;
      padding: 5.33333vw; } }
  .noteBlock__title {
    font-weight: bold;
    display: block;
    margin-bottom: 0.9375vw;
    padding-bottom: 0.9375vw;
    font-size: 0.875vw;
    font-weight: bold;
    border-bottom: dotted 1px #2f353d; }
    @media only screen and (min-width: 1600px) {
      .noteBlock__title {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 14px; } }
    @media only screen and (max-width: 1299px) {
      .noteBlock__title {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .noteBlock__title {
        margin-bottom: 1.6vw;
        padding-bottom: 1.6vw;
        font-size: 4vw; } }
  .noteBlock__body {
    font-size: 0.875vw; }
    @media only screen and (min-width: 1600px) {
      .noteBlock__body {
        font-size: 14px; } }
    @media only screen and (max-width: 1299px) {
      .noteBlock__body {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .noteBlock__body {
        font-size: 3.73333vw; } }

.block-start .block__title {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.block-start p {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.block-start .block__figure img {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.block-start.block--blue .block__figure:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.block-start.block--blue.block--imageRight .block__figure:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.block-start.block--blue.block--imageLeft .block__figure:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.block-start.block--gray .block__text:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: box-custom-mask;
  animation-name: box-custom-mask;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.block-start.block--gray.block--imageLeft .block__text:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.block-start.block--gray.block--imageRight .block__text:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.block-start.noteBlock {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.memberArea {
  position: relative;
  padding: 12vw 5.33333vw;
  margin-bottom: 18.66667vw; }
  @media only screen and (min-width: 768px) {
    .memberArea {
      padding: 2.8125vw 1.25vw;
      margin-bottom: 0; } }
  .memberArea:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f4f5;
    z-index: 0; }
  .memberArea > * {
    position: relative;
    z-index: 1; }
  .memberArea__title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    padding: 0;
    font-size: 8vw;
    margin-bottom: 12vw; }
    @media only screen and (min-width: 768px) {
      .memberArea__title {
        font-size: 1.875vw;
        margin-bottom: 2.8125vw; } }
  .memberArea__body {
    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;
    margin: 0 -5.33333vw; }
    @media only screen and (min-width: 768px) {
      .memberArea__body {
        margin: 0 -1.5625vw; } }
  .memberArea__item {
    letter-spacing: -.05em;
    margin: 0 2vw;
    width: 43vw; }
    @media only screen and (min-width: 768px) {
      .memberArea__item {
        margin: 0 1.5625vw; } }
    @media only screen and (min-width: 768px) {
      .memberArea__item {
        width: 10vw; } }
    .memberArea__item figcaption {
      margin-top: 1.33333vw;
      font-size: 3.2vw; }
      @media only screen and (min-width: 768px) {
        .memberArea__item figcaption {
          margin-top: 0.3125vw;
          font-size: 0.75vw; } }

.animation-start:before {
  -webkit-animation-name: mask-anime01;
  animation-name: mask-anime01;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.animation-start .memberArea__title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animation-start .memberArea__item {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
  .animation-start .memberArea__item:nth-child(even) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .animation-start .memberArea__item:nth-child(odd) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@media only screen and (min-width: 768px) {
  #section-01 .section__head {
    padding-bottom: 19.0625vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-01 .section__head {
      padding-bottom: 305px; } }

@media only screen and (min-width: 768px) {
  #section-01 .block--blue.block--imageRight .block__figure {
    width: 29.6875vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-01 .block--blue.block--imageRight .block__figure {
      width: 475px; } }

@media only screen and (min-width: 768px) {
  #section-01 .block--blue.block--imageRight .block__figure:before {
    top: inherit;
    right: inherit;
    bottom: 21.875vw;
    left: 9.6875vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-01 .block--blue.block--imageRight .block__figure:before {
      bottom: 350px;
      left: 155px; } }

@media only screen and (max-width: 767px) {
  #section-01 .section__title__text:nth-child(3) {
    margin-left: -.5em;
    margin-right: -5em; }
  #section-01 .block--blue .block__figure {
    width: 64vw;
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%); }
  #section-01 .block--gray .block__figure {
    width: 55.2vw; } }

@media only screen and (max-width: 767px) {
  #section-01 #section01-02 {
    padding-top: 0; }
    #section-01 #section01-02 .block__title {
      font-size: 4vw; } }

@media only screen and (min-width: 768px) {
  #section-01 #section01-03 {
    margin-bottom: -5vw; } }

@media only screen and (max-width: 767px) {
  #section-01 #section01-03 {
    margin-bottom: -10.66667vw; } }

@media only screen and (min-width: 768px) {
  #section-02 .section__head {
    padding-top: 11.25vw;
    padding-bottom: 11.875vw; }
  #section-02 .section__head--right .section__number img {
    top: -10.1875vw; }
  #section-02 .section__head--right .section__title--left {
    top: 35.625vw;
    left: 15.625vw; }
  #section-02 .section__head--right .section__object {
    top: -1.25vw; }
  #section-02 .block--blue.block--imageRight .block__figure {
    width: 25vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-02 .block--blue.block--imageRight .block__figure {
      width: 400px; } }

@media only screen and (min-width: 768px) {
  #section-02 .block--blue.block--imageRight .block__figure:before {
    top: 6.875vw;
    right: inherit;
    left: 10.9375vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-02 .block--blue.block--imageRight .block__figure:before {
      top: 110px;
      right: inherit;
      left: 175px; } }

@media only screen and (max-width: 767px) {
  #section-02 .block--blue .block__figure {
    width: 55.2vw;
    margin-bottom: 29.33333vw; }
  #section-02 .block--blue.block--imageRight .block__figure:before {
    right: -22.66667vw;
    bottom: -16vw; } }

@media only screen and (min-width: 768px) {
  #section-03 .section__head--left {
    padding-right: 31.25vw;
    padding-top: 8.125vw;
    padding-bottom: 6.25vw; }
  #section-03 .section__head--left .section__title {
    left: 51.875vw;
    top: 25vw; }
  #section-03 .section__head--left .section__number img {
    left: inherit;
    right: -6.5625vw;
    top: -5.3125vw; }
  #section-03 .section__head--left .section__object {
    left: 6.25vw;
    bottom: 17.1875vw; }
  #section-03 .block--blue.block--imageRight .block__figure {
    margin-left: 4.375vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-03 .block--blue.block--imageRight .block__figure {
      margin-left: 70px; } }

@media only screen and (min-width: 768px) {
  #section-03 .block--blue.block--imageRight .block__figure:before {
    top: 6.25vw;
    right: inherit;
    left: 9.375vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-03 .block--blue.block--imageRight .block__figure:before {
      top: 100px;
      right: inherit;
      left: 150px; } }

@media only screen and (min-width: 768px) {
  #section-03 .block--gray.block--imageLeft .block__figure {
    width: 38.0625vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-03 .block--gray.block--imageLeft .block__figure {
      width: 609px; } }

@media only screen and (min-width: 768px) {
  #section-03 .block--gray.block--imageRight .block__figure {
    width: 38.0625vw; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    #section-03 .block--gray.block--imageRight .block__figure {
      width: 609px; } }

@media only screen and (max-width: 767px) {
  #section-03 .section__head--left .section__number img {
    top: -9.33333vw; }
  #section-03 .section__head--left .section__object__item:first-child {
    right: 28vw;
    bottom: 24vw; }
  #section-03 .section__head--left .section__object__item:nth-child(2) {
    right: 16.53333vw;
    bottom: 28.53333vw; } }

@media only screen and (max-width: 767px) {
  #section-03-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #section-03-01 .block__title {
      -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
      order: -2; }
    #section-03-01 .block__text {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    #section-03-01.block--blue .block__figure {
      margin-top: 13.33333vw; }
    #section-03-01.block--blue.block--imageRight .block__figure:before {
      right: -12vw;
      bottom: -12vw; } }

@media only screen and (max-width: 767px) {
  #section-03-03 {
    padding-top: 0; }
    #section-03-03.block--gray .block__text {
      padding-top: 42.66667vw; }
    #section-03-03.block--gray .block__figure {
      margin-bottom: -30.66667vw; } }

@media only screen and (max-width: 767px) {
  #section-03-05 {
    padding-top: 0; }
    #section-03-05.block--gray .block__figure {
      margin-bottom: -36vw; }
    #section-03-05.block--gray .block__text {
      padding-top: 48vw; } }

@media only screen and (min-width: 768px) {
  #section-04 .section__head--right {
    padding-top: 2.5vw;
    padding-bottom: 19.375vw; }
  #section-04 .section__head--right .section__number img {
    top: 3.125vw;
    left: 0.3125vw; }
  #section-04 .section__head--right .section__title {
    top: 40vw;
    left: 15.625vw; }
  #section-04 .section__head--right .section__object {
    top: 5.3125vw;
    left: 0.3125vw; } }

@media only screen and (max-width: 767px) {
  #section-04 .section__head--right .section__number img {
    top: -16vw; }
  #section-04 .section__head--right .section__object {
    top: 12vw; }
  #section-04 + .sns-area {
    margin-top: 5.33333vw; } }

@media only screen and (max-width: 767px) {
  #section-04-02 {
    padding-top: 0; }
    #section-04-02.block--gray .block__text {
      padding-top: 116vw; }
    #section-04-02.block--gray .block__figure {
      margin-bottom: -93.33333vw; } }

@media only screen and (min-width: 768px) {
  #section-05 .section__head--left {
    padding-top: 0;
    padding-right: 31.25vw;
    padding-bottom: 12.5vw; }
  #section-05 .section__head--left .section__number img {
    top: 0;
    left: 70vw; }
  #section-05 .section__head--left .section__title {
    top: 26.25vw;
    left: 51.25vw; }
  #section-05 .section__head--left .section__object {
    top: -8.125vw;
    right: -6.5625vw; } }

@media only screen and (max-width: 767px) {
  #section-05 .section__head--left .section__number img {
    top: -26.66667vw; }
  #section-05 .section__head--left .section__object__item:first-child {
    right: 25.6vw;
    bottom: 9.6vw; }
  #section-05 .section__head--left .section__object__item:nth-child(2) {
    right: 14.4vw;
    bottom: 13.33333vw; }
  #section-05 .section__head--left .section__object__item:nth-child(3) {
    right: 2.66667vw;
    bottom: 1.86667vw; } }

@media only screen and (min-width: 768px) {
  nav.fixed-nav .drawer .navbar_toggle .toggle-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    font-size: 0.875vw;
    left: -0.0625vw; } }

@media only screen and (max-width: 767px) {
  nav.fixed-nav {
    height: 25.06667vw;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s; }
    nav.fixed-nav.transform-horizontally {
      height: 14.66667vw;
      -webkit-box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 2.66667vw 0vw rgba(0, 0, 0, 0.05); }
      nav.fixed-nav.transform-horizontally .drawer {
        height: 14.66667vw; }
      nav.fixed-nav.transform-horizontally .drawer .navbar_toggle {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        top: 4vw; }
    nav.fixed-nav .drawer {
      height: 25.06667vw; }
    nav.fixed-nav .drawer .navbar_toggle {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      top: 4vw; }
      nav.fixed-nav .drawer .navbar_toggle .toggle-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        font-size: 2.66667vw; } }

.mainimg01 {
  height: 38.75vw;
  max-height: inherit;
  min-height: inherit; }
  @media only screen and (max-width: 767px) {
    .mainimg01 {
      height: 133.33333vw;
      max-width: inherit;
      margin-bottom: 14.66667vw; } }
  .mainimg01 .img-rellax img {
    margin-top: 0; }
  .mainimg01 .fade-text h1 {
    margin-top: 3.4375vw !important;
    width: 19.5vw;
    min-width: inherit;
    max-width: inherit;
    padding: 0.9375vw 1.25vw;
    margin-left: 6.875vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .mainimg01 .fade-text h1 {
        width: 26.13333vw;
        padding: 0;
        top: 4vw;
        left: 50%;
        margin-top: -25.06667vw !important;
        margin-left: -12.8vw !important; } }
  .mainimg01 .fade-text div {
    margin-top: 14.6875vw !important;
    margin-left: 6.875vw; }
    @media only screen and (max-width: 767px) {
      .mainimg01 .fade-text div {
        margin-top: 66.66667vw !important;
        margin-left: 0vw; } }
    .mainimg01 .fade-text div p {
      padding: 0.5vw 0.9375vw !important;
      margin-bottom: 1.25vw; }
      @media only screen and (max-width: 767px) {
        .mainimg01 .fade-text div p {
          font-size: 5.6vw;
          padding: 0.53333vw 4vw !important;
          margin-bottom: 4.8vw; } }
  .mainimg01 h1.inview-anime {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  .mainimg01 div.inview-anime .inview-anime.text-anime {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

.sns-area {
  padding: 1.875vw 0 6.25vw; }
  @media only screen and (min-width: 768px) {
    .sns-area {
      padding: 30px 0 100px; } }
  @media only screen and (max-width: 767px) {
    .sns-area {
      padding: 8vw 0 16vw; } }

img[src*="common/img/module/future-btn.svg"] {
  width: 78.4vw; }

/* cmn_style.css */
.mb100 {
  margin-bottom: 10% !important; }

.mt100 {
  margin-top: 10% !important; }
