@charset "UTF-8";
/*--------------------------------------------------- */
/* 文字が現れる */
/*--------------------------------------------------- */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 100%; } }

@-webkit-keyframes {
  0% {
    width: 100%; } }

@keyframes {
  0% {
    width: 100%; } }

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes passing-txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

@keyframes passing-txt-defalut {
  0% {
    opacity: 1; } }

.passing .passing-box {
  display: block;
  text-align: center; }

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.8; }

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.5; }

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards; }

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards; }

@font-face {
  font-family: 'matissem';
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype"); }

/*--------------------------------------------------- */
/* header */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.about {
  padding-top: 68px;
  position: relative;
  padding-bottom: 160px;
  z-index: 1; }
  @media (min-width: 769px) {
    .about .commonWrap .textBlock {
      width: calc(50% - 50px); }
    .about .commonWrap .imgBlock {
      width: 50%; }
      .about .commonWrap .imgBlock img {
        height: 314px; }
      .about .commonWrap .imgBlock:after {
        height: 314px;
        content: "";
        /* style */ } }
  @media (min-width: 769px) {
    .about .flex {
      margin-top: 70px; } }
  .about .flex p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 21px;
    line-height: 1.5em; }
    @media (min-width: 769px) {
      .about .flex p {
        max-width: 342px; } }
  .about .human img {
    width: auto;
    max-width: 100%;
    position: absolute;
    right: -60px;
    z-index: -1;
    bottom: 0;
    margin: auto; }
    @media (max-width: 768px) {
      .about .human img {
        display: none; } }

/*--------------------------------------------------- */
/* case */
/*--------------------------------------------------- */
.case {
  background-color: #eef8ff;
  padding-top: 80px;
  padding-bottom: 120px; }
  .case .heading {
    margin-bottom: 68px; }
    .case .heading h3 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.1em;
      color: #333333;
      font-weight: 700;
      text-align: center; }
  .case .noWrap {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 32px;
    padding-top: 32px; }
  .case .blocks {
    margin-bottom: 108px; }
    .case .blocks:nth-last-of-type(1) {
      margin-bottom: 0; }
    .case .blocks .flex {
      display: flex;
      justify-content: space-between; }
      .case .blocks .flex .flex3 {
        width: calc(50% - 35px); }
      .case .blocks .flex .flex2 {
        width: 65px; }
    .case .blocks .inner {
      background-color: #fff;
      padding: 36px; }
    .case .blocks .arrow_wrap {
      position: relative; }
      .case .blocks .arrow_wrap span:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 0 26px 25px;
        border-color: transparent transparent transparent #1b95cf;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: -7px;
        bottom: 0;
        margin: auto;
        /* style */ }
    .case .blocks .catch h4 {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.1em;
      color: #333; }
    .case .blocks .image {
      margin-top: 36px; }
      .case .blocks .image img {
        width: 100%;
        max-height: 280px;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .case .blocks .label {
      margin-top: 12px; }
      .case .blocks .label img {
        width: auto; }

@media (max-width: 768px) {
  .case {
    padding-top: 60px;
    padding-bottom: 120px; }
    .case .heading {
      margin-bottom: 48px; }
      .case .heading h3 {
        font-size: 28px;
        font-size: 2.8rem; }
    .case .blocks {
      margin-bottom: 80px; }
      .case .blocks:nth-last-of-type(1) {
        margin-bottom: 0; }
      .case .blocks .flex {
        flex-wrap: wrap; }
        .case .blocks .flex .flex3 {
          width: calc(100%); }
        .case .blocks .flex .flex2 {
          width: 100%; }
      .case .blocks .inner {
        padding: 32px; }
      .case .blocks .arrow_wrap {
        position: relative;
        padding-bottom: 32px;
        padding-top: 32px; }
        .case .blocks .arrow_wrap span:before {
          border-width: 25px 27.5px 0 27.5px;
          border-color: #1b95cf transparent transparent transparent;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          /* style */ }
      .case .blocks .catch h4 {
        font-size: 24px;
        font-size: 2.4rem; }
      .case .blocks .image {
        margin-top: 24px; }
        .case .blocks .image img {
          width: 100%;
          height: auto;
          max-height: initial; }
      .case .blocks .label img {
        width: auto; } }

@media (max-width: 480px) {
  .case {
    padding-top: 48px;
    padding-bottom: 60px; }
    .case .heading {
      margin-bottom: 32px; }
      .case .heading h3 {
        font-size: 26px;
        font-size: 2.6rem; }
    .case .blocks {
      margin-bottom: 60px; }
      .case .blocks:nth-last-of-type(1) {
        margin-bottom: 0; }
      .case .blocks .inner {
        padding: 16px;
        padding-top: 24px; }
      .case .blocks .arrow_wrap {
        padding-bottom: 32px;
        padding-top: 32px; }
        .case .blocks .arrow_wrap span:before {
          border-width: 25px 27.5px 0 27.5px;
          border-color: #1b95cf transparent transparent transparent;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          /* style */ }
      .case .blocks .catch h4 {
        font-size: 20px;
        font-size: 2rem;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
      .case .blocks .image {
        margin-top: 24px; }
        .case .blocks .image img {
          width: 100%;
          height: auto;
          max-height: initial; }
      .case .blocks .label img {
        width: auto;
        max-height: 18px; } }
