@charset "UTF-8";
.common-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.0em;
  color: #008442; }
  @media (min-width: 768px) {
    .common-title h3 {
      font-size: 1.125em; } }
  @media (min-width: 1600px) {
    .common-title h3 {
      font-size: 1.25em; } }
.common-title h2 {
  font-size: 2.0em; }
  @media (min-width: 1024px) {
    .common-title h2 {
      font-size: 3.0em; } }
  @media (min-width: 1600px) {
    .common-title h2 {
      font-size: 4.0em; } }
.common-title.white h3, .common-title.white h2 {
  color: #fff; }

.common-btn:hover a::after {
  right: 7px; }
.common-btn a {
  font-size: 1.125em;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  transition: .5s;
  position: relative;
  width: 220px;
  height: 45px;
  line-height: 43px;
  padding-left: 15px; }
  .common-btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
.common-btn.color1 a::after, .common-btn.color2 a::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff; }
.common-btn.color1 a {
  color: #fff;
  background-color: #008442; }
.common-btn.color2 a {
  color: #fff;
  background-color: #008442;
  border: 1px solid #fff; }
.common-btn.color3 a {
  color: #008442;
  background-color: #fff;
  border: 1px solid #fff; }
  .common-btn.color3 a::after {
    border-top: solid 1px #008442;
    border-right: solid 1px #008442; }

/*
---------------------------------------------------------------------------------------------------------------------
選考フロー
---------------------------------------------------------------------------------------------------------------------
*/
.flow-box {
  text-align: center;
  margin: 100px auto 0;
  max-width: 1060px;
  width: 90%; }
  .flow-box .midashi {
    margin: 0 auto 20px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .flow-box .midashi {
        margin: 0 auto 40px; } }
    .flow-box .midashi .border {
      display: flex;
      border-bottom: 3px solid #000;
      padding-bottom: 5px;
      color: #000; }
      .flow-box .midashi .border h3 {
        font-size: 1.85em; }
        @media (min-width: 1024px) {
          .flow-box .midashi .border h3 {
            font-size: 2.5em; } }
      .flow-box .midashi .border h4 {
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        margin: 16px 0 0 5px; }
        @media (min-width: 1024px) {
          .flow-box .midashi .border h4 {
            font-size: 1.55em;
            margin: 14px 0 0 5px; } }
  .flow-box .flow-figure {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .flow-box .flow-figure {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .flow-box .flow-figure .arrow-c1 {
      margin: 10px auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .arrow-c1 {
          margin: auto 10px; } }
      .flow-box .flow-figure .arrow-c1 img {
        width: 20px; }
        @media (min-width: 1024px) {
          .flow-box .flow-figure .arrow-c1 img {
            transform: rotate(270deg); } }
    .flow-box .flow-figure .step-box {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      width: 100%;
      height: 70px;
      max-width: 500px;
      margin: auto;
      padding: 15px;
      color: #E04876;
      background-color: #008442; }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .step-box {
          border-radius: 20px; } }
      @media (min-width: 768px) {
        .flow-box .flow-figure .step-box {
          height: 80px; } }
      @media (min-width: 1024px) {
        .flow-box .flow-figure .step-box {
          height: 130px; } }
      .flow-box .flow-figure .step-box .step-in {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .flow-box .flow-figure .step-box .step-in h5 {
          font-size: 1.125em;
          line-height: 1.25em;
          color: #fff;
          text-align: center;
          font-feature-settings: "palt";
          letter-spacing: 0.04em; }
          @media (min-width: 1250px) {
            .flow-box .flow-figure .step-box .step-in h5 {
              font-size: 1.25em; } }
