/* maincolor */
/* top bg color */
/* font */
/* line 3, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.movie {
  margin: 0 auto;
  margin-bottom: 4rem; }
  /* line 6, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .movie video {
    max-width: 100%; }

/* line 11, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.process-flow__box {
  background: #00388E;
  color: #fff;
  padding: 2% 3% 3% 3%;
  position: relative;
  margin: 0 0 6rem 0; }
  /* line 17, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__box::after {
    content: " ";
    border-right: 20px solid transparent;
    border-top: 32.64px solid #6D6D6D;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%); }
  /* line 27, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__box .under__heading-h4 {
    color: #fff; }
    /* line 29, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box .under__heading-h4 span {
      font-size: 1rem;
      padding: 0 0 0.5rem 0;
      font-weight: 300;
      font-style: oblique;
      vertical-align: top; }
  /* line 38, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__box:last-child::after {
    content: none; }

/* line 43, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.process-flow .under__wrap {
  border-bottom: none; }

/* line 46, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.process-flow__person-wrap {
  border-left: 4px solid #fff;
  padding: 0 0 0 1rem;
  margin-bottom: 2rem; }

/* line 51, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.process-flow__frame {
  border: 1px solid #fff;
  padding: 3%; }
  /* line 54, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__frame .under__wrap {
    margin: 0;
    padding: 0; }

/* line 61, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
.step {
  font-size: 1.25rem;
  font-weight: 300;
  /*letter-spacing: .1em;*/
  line-height: 1.5;
  font-family: HelveticaNeue;
  font-style: oblique;
  margin-bottom: 0.5rem;
  padding-left: 0.7rem; }
  /* line 67, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .step::before {
    content: "";
    width: 2px;
    height: 1.5em;
    background: #fff;
    margin-right: 0.8em;
    transform: skewX(-20deg);
    display: inline-block;
    vertical-align: middle; }
  /* line 78, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .step::after {
    content: "";
    width: 2px;
    height: 1.5em;
    background: #fff;
    margin-left: 0.7em;
    transform: skewX(-20deg);
    display: inline-block;
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  /* line 92, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .movie {
    margin: 0 auto;
    margin-bottom: 7rem; }
  /* line 97, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__box {
    background: #00388E;
    color: #fff;
    padding: 2% 3% 3% 3%;
    position: relative;
    margin: 0 0 6rem 0; }
    /* line 108, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box--1 .under__wrap:nth-of-type(2) .under__img img {
      object-position: 20% 0%; }
    /* line 119, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box--4 .under__wrap:nth-of-type(2) .under__img img {
      object-position: 20% 0%; }
    /* line 126, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box::after {
      content: " ";
      border-right: 20px solid transparent;
      border-top: 32.64px solid #6D6D6D;
      border-left: 20px solid transparent;
      position: absolute;
      bottom: -4rem;
      left: 50%;
      transform: translateX(-50%); }
    /* line 136, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box .under__heading-h4 {
      color: #fff; }
      /* line 138, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
      .process-flow__box .under__heading-h4 span {
        font-size: 1rem;
        padding: 0 0 0.5rem 0;
        font-weight: 300;
        font-style: oblique;
        vertical-align: top; }
    /* line 147, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box:last-child::after {
      content: none; }
  /* line 152, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow .under__wrap {
    border-bottom: none; }
  /* line 155, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__person-wrap {
    border-left: 4px solid #fff;
    padding: 0 0 0 1rem;
    margin-bottom: 2rem; }
  /* line 160, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__frame {
    border: 1px solid #fff;
    padding: 3%; }
    /* line 163, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__frame .under__wrap {
      margin: 0;
      padding: 0; }
  /* line 169, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .step {
    font-size: 2.375rem;
    font-weight: 300;
    /*letter-spacing: .1em;*/
    line-height: 1.5;
    font-style: oblique;
    margin-bottom: 3rem;
    padding-left: 0.7rem; }
    /* line 174, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .step::before {
      content: "";
      width: 2px;
      height: 1.5em;
      background: #fff;
      margin-right: 0.8em;
      transform: skewX(-20deg);
      display: inline-block;
      vertical-align: middle; }
    /* line 185, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .step::after {
      content: "";
      width: 2px;
      height: 1.5em;
      background: #fff;
      margin-left: 0.7em;
      transform: skewX(-20deg);
      display: inline-block;
      vertical-align: middle; } }

@media screen and (min-width: 1280px) {
  /* line 200, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .movie {
    margin: 0 auto;
    margin-bottom: 7rem; }
  /* line 205, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__box {
    background: #00388E;
    color: #fff;
    padding: 2% 3% 3% 3%;
    position: relative;
    margin: 0 0 6rem 0; }
    /* line 211, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box::after {
      content: " ";
      border-right: 20px solid transparent;
      border-top: 32.64px solid #6D6D6D;
      border-left: 20px solid transparent;
      position: absolute;
      bottom: -4rem;
      left: 50%;
      transform: translateX(-50%); }
    /* line 221, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box .under__heading-h4 {
      color: #fff; }
      /* line 223, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
      .process-flow__box .under__heading-h4 span {
        font-size: 1rem;
        padding: 0 0 0.5rem 0;
        font-weight: 300;
        font-style: oblique;
        vertical-align: top; }
    /* line 232, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__box:last-child::after {
      content: none; }
  /* line 237, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow .under__wrap {
    border-bottom: none; }
  /* line 240, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__person-wrap {
    border-left: 4px solid #fff;
    padding: 0 0 0 1rem;
    margin-bottom: 2rem; }
  /* line 245, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .process-flow__frame {
    border: 1px solid #fff;
    padding: 3%; }
    /* line 248, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .process-flow__frame .under__wrap {
      margin: 0;
      padding: 0; }
  /* line 254, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
  .step {
    font-size: 2.375rem;
    font-weight: 300;
    /*letter-spacing: .1em;*/
    line-height: 1.5;
    font-style: oblique;
    margin-bottom: 3rem;
    padding-left: 0.7rem; }
    /* line 259, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .step::before {
      content: "";
      width: 2px;
      height: 1.5em;
      background: #fff;
      margin-right: 0.8em;
      transform: skewX(-20deg);
      display: inline-block;
      vertical-align: middle; }
    /* line 270, ../../Users/arimura/Local Sites/himegi/app/public/wp-content/themes/theme/library/css/under/process.scss */
    .step::after {
      content: "";
      width: 2px;
      height: 1.5em;
      background: #fff;
      margin-left: 0.7em;
      transform: skewX(-20deg);
      display: inline-block;
      vertical-align: middle; } }

/*# sourceMappingURL=process.css.map */