/* width */
/*border*/
/* -----------------------------------------



about



*/
.aboutfeature {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8rem; }
  .aboutfeature:nth-of-type(even) {
    flex-direction: row-reverse; }
  .aboutfeature .block {
    width: 38%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .aboutfeature .block .num {
      border: 2px solid #999;
      color: #999;
      font-size: 5rem;
      font-weight: bold;
      padding: 0;
      text-align: center;
      width: 6.5rem;
      height: 6.5rem;
      line-height: 1.1; }
    .aboutfeature .block .text {
      flex: 1;
      color: #62A6A6;
      font-size: 2rem;
      margin-left: 1rem; }
  .aboutfeature .photo {
    width: 50%;
    height: 300px;
    overflow: hidden; }
    .aboutfeature .photo img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: 50% 0; }
  .aboutfeature:nth-of-type(3) .photo {
    height: auto; }
    .aboutfeature:nth-of-type(3) .photo img {
      object-position: 50% 50%; }
  @media only screen and (max-width: 840px) {
    .aboutfeature .block {
      width: 50%; }
    .aboutfeature .photo {
      width: 48%;
      height: auto; } }
  @media only screen and (max-width: 780px) {
    .aboutfeature .block, .aboutfeature .photo {
      width: 96%;
      margin: 0 auto; }
    .aboutfeature .block {
      margin-bottom: 2rem; } }

.explain {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-wrap: wrap; }
  .explain .box {
    width: 48%;
    margin-bottom: 5rem; }
    .explain .box h3 {
      margin-bottom: 2rem;
      flex-grow: 1; }
    .explain .box .photo {
      margin-bottom: 2rem; }
      .explain .box .photo img {
        width: 100%;
        height: 100%;
        aspect-ratio: 2 / 1;
        object-fit: cover; }
  @media only screen and (max-width: 780px) {
    .explain .box {
      width: 96%;
      margin: 0 auto;
      margin-bottom: 5rem; } }

/* -----------------------------------------



flow



*/
.flow {
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
  margin: 0 auto 9rem;
  width: 90%; }
  .flow h4 {
    margin: 2rem 0 1rem; }
  .flow .flow_title {
    width: 58%; }
    .flow .flow_title .block {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 2rem; }
      .flow .flow_title .block .num {
        border: 2px solid #999;
        color: #999;
        font-size: 5rem;
        font-weight: bold;
        padding: 0;
        text-align: center;
        width: 6.5rem;
        height: 6.5rem;
        line-height: 1.1; }
      .flow .flow_title .block .title {
        flex: 1;
        color: #62A6A6;
        font-size: 2rem;
        margin-left: 1rem; }
    .flow .flow_title .main ol {
      list-style: decimal; }
      .flow .flow_title .main ol li {
        margin-left: 2rem; }
  .flow .photo {
    width: 38%; }
  @media only screen and (max-width: 1000px) {
    .flow {
      width: 100%; } }
  @media only screen and (max-width: 780px) {
    .flow {
      margin-bottom: 6rem; }
      .flow .flow_title, .flow .photo {
        width: 96%;
        margin: 0 auto; }
      .flow .photo {
        max-width: 480px; }
      .flow .flow_title {
        margin-bottom: 3rem; } }

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