@charset "UTF-8";
/*============================================================
	SUB
============================================================*/
/*  mv
-------------------------------------------------*/
#sub__mv {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #sub__mv figure {
    width: 100%;
    height: 13.4615384615rem;
    overflow: hidden;
    position: relative;
  }
  #sub__mv figure img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#sub__mv .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub__mv .inner h1 {
  color: #fff;
  font-size: 5.625rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sub__mv .inner h1 {
    font-size: 3.4615384615rem;
  }
}
#sub__mv .inner h1 span {
  display: block;
  font-size: 1.5rem;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  #sub__mv .inner h1 span {
    font-size: 1.1538461538rem;
  }
}

/*  FLOW　　　　　
-------------------------------------------------*/
#flow {
  position: relative;
}
#flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26.875rem;
  top: 0;
  left: 0;
  background: rgba(0, 113, 188, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #flow::before {
    height: 100%;
  }
}
#flow ol {
  counter-reset: flow;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #flow ol {
    grid-template-columns: 100%;
    gap: 1.1538461538rem;
  }
}
#flow ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #flow ol li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#flow ol li h3 {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #003e66;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 6.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
  counter-increment: flow;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow ol li h3 {
    width: 7.6923076923rem;
    height: 7.6923076923rem;
    font-size: 1.1538461538rem;
    padding-top: 3.0769230769rem;
    margin: 0 0.7692307692rem 0 0;
  }
}
#flow ol li h3::before {
  position: absolute;
  content: counter(flow);
  font-size: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #flow ol li h3::before {
    font-size: 1.3846153846rem;
    top: 0.7692307692rem;
  }
}
#flow ol li p {
  padding: 0.9375rem;
  background: rgba(0, 113, 188, 0.2);
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow ol li p {
    width: calc(100% - 8.4615384615rem);
    padding: 0.5769230769rem;
    background: #fff;
  }
}
#flow ol li p::before {
  position: absolute;
  content: "";
}
@media print, screen and (min-width: 768px) {
  #flow ol li p::before {
    width: 1.875rem;
    height: 1.875rem;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: rgba(0, 113, 188, 0.2);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow ol li p::before {
    width: 0.7692307692rem;
    height: 0.7692307692rem;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #fff;
    left: -0.7692307692rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}